From 04df38243a9d4512e67c2859cc1087a29f5ed926 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 21 Jul 2008 11:17:36 +0200 Subject: [PATCH] testsuite: fix another expr syntax error. in tests_all.sh. Michael (cherry picked from commit 486b1bc5b5021565ec443fd463c8287c02c686b3) (cherry picked from commit 4038363b72eb852d462234a1ec85c3cc68765f0d) --- source/script/tests/tests_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/script/tests/tests_all.sh b/source/script/tests/tests_all.sh index e44ec8b3c45..ffe1c912849 100755 --- a/source/script/tests/tests_all.sh +++ b/source/script/tests/tests_all.sh @@ -51,7 +51,7 @@ net_s3() { testparm_s3() { echo "RUNNING TESTS testparm_s3" $SCRIPTDIR/test_testparm_s3.sh \ - || failed=`expr $failed +$?` + || failed=`expr $failed + $?` } posix_s3() { -- 2.11.4.GIT