commit | a2215b98f7d65bc613b9c8f008d79672402c6a07 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed May 12 01:49:04 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed May 12 01:49:04 2010 +0200 |
tree | a522b707160253cba5805279b871cc33dabc24ce | |
parent | 94043e8ad2d30cc2199b35d18c853314ade174a3 [diff] [blame] |
sed: fix a command with multible trailing backslashes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/testsuite/testing.sh b/testsuite/testing.sh old mode 100755 new mode 100644 index 65a0f65..913d7f8 --- a/testsuite/testing.sh +++ b/testsuite/testing.sh
@@ -73,7 +73,7 @@ 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