From a9c20a4ad92199b1c67e09d6e4d5b9e1cc9609e1 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 7 Apr 2017 23:00:54 -0700 Subject: Fix "make test_split". The test shouldn't assume there's a toybox binary on the path. --- tests/split.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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' \ -- cgit v1.2.3