diff options
Diffstat (limited to 'testsuite/testing.sh')
-rw-r--r--[-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 65a0f65..913d7f8 100755..100644 --- a/testsuite/testing.sh +++ b/testsuite/testing.sh @@ -73,7 +73,7 @@ testing() if [ $# -ne 5 ] then - echo "Test $NAME has wrong number of arguments (must be 5) ($# $*)" >&2 + echo "Test $NAME has wrong number of arguments: $# (must be 5)" >&2 exit 1 fi |