diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-26 05:38:20 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-26 05:38:20 +0000 |
commit | 4e1e7205235510b3adeb415b4d8997932276cb81 (patch) | |
tree | e2d874580db07b436cbb0e6b326adbf0438a3e3e /testsuite/testing.sh | |
parent | ed270a5f32e4fee0d4b30595c888df54ac878fba (diff) | |
download | busybox-w32-4e1e7205235510b3adeb415b4d8997932276cb81.tar.gz busybox-w32-4e1e7205235510b3adeb415b4d8997932276cb81.tar.bz2 busybox-w32-4e1e7205235510b3adeb415b4d8997932276cb81.zip |
testsuite: add tests for cut and grep;
slight improvements to infrastructure
Diffstat (limited to 'testsuite/testing.sh')
-rwxr-xr-x | testsuite/testing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testing.sh b/testsuite/testing.sh index a886a76eb..94e90d77e 100755 --- a/testsuite/testing.sh +++ b/testsuite/testing.sh | |||
@@ -58,7 +58,7 @@ testing() | |||
58 | 58 | ||
59 | if [ $# -ne 5 ] | 59 | if [ $# -ne 5 ] |
60 | then | 60 | then |
61 | echo "Test $NAME has the wrong number of arguments ($# $*)" >&2 | 61 | echo "Test $NAME has wrong number of arguments (must be 5) ($# $*)" >&2 |
62 | exit | 62 | exit |
63 | fi | 63 | fi |
64 | 64 | ||