diff options
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 | ||