aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/split.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/split.test b/tests/split.test
index 2a27c093..533cd4fa 100755
--- a/tests/split.test
+++ b/tests/split.test
@@ -22,7 +22,7 @@ testing "suffix exhaustion" \
rm walrus*
testing "bytes" \
- "toybox seq 1 20000 | split -b 100 -a 3 - whang && ls whang* | wc -l && wc -c whangbpw" "1089\n94 whangbpw\n" "" ""
+ "seq 1 20000 | split -b 100 -a 3 - whang && ls whang* | wc -l && wc -c whangbpw" "1089\n94 whangbpw\n" "" ""
testing "reassembly" \
'diff -u <(ls whang* | sort | xargs cat) <(seq 1 20000) && echo yes' \