From a2215b98f7d65bc613b9c8f008d79672402c6a07 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 12 May 2010 01:49:04 +0200 Subject: sed: fix a command with multible trailing backslashes Signed-off-by: Denys Vlasenko --- testsuite/testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 testsuite/testing.sh (limited to 'testsuite/testing.sh') diff --git a/testsuite/testing.sh b/testsuite/testing.sh old mode 100755 new mode 100644 index 65a0f6529..913d7f8ef --- 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 -- cgit v1.2.3