aboutsummaryrefslogtreecommitdiff
path: root/testsuite/testing.sh
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-26 05:38:20 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-26 05:38:20 +0000
commit4e1e7205235510b3adeb415b4d8997932276cb81 (patch)
treee2d874580db07b436cbb0e6b326adbf0438a3e3e /testsuite/testing.sh
parented270a5f32e4fee0d4b30595c888df54ac878fba (diff)
downloadbusybox-4e1e7205235510b3adeb415b4d8997932276cb81.tar.gz
testsuite: add tests for cut and grep;
slight improvements to infrastructure
Diffstat (limited to 'testsuite/testing.sh')
-rwxr-xr-xtestsuite/testing.sh2
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()
if [ $# -ne 5 ]
then
- echo "Test $NAME has the wrong number of arguments ($# $*)" >&2
+ echo "Test $NAME has wrong number of arguments (must be 5) ($# $*)" >&2
exit
fi