The test shouldn't assume there's a toybox binary on the path.
---
 tests/split.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
From d832e3d9dbe1defe724f42e9acb61a43f7013a8c Mon Sep 17 00:00:00 2001
From: Elliott Hughes <[email protected]>
Date: Fri, 7 Apr 2017 23:00:54 -0700
Subject: [PATCH] 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(-)

diff --git a/tests/split.test b/tests/split.test
index 2a27c09..533cd4f 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' \
-- 
2.12.2.715.g7642488e1d-goog

_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to