From eac08b0fc5ef4fc4efc9f84910280b0a628276ee Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 21 Jul 2008 11:17:36 +0200 Subject: testsuite: fix another expr syntax error. in tests_all.sh. Michael (This used to be commit 486b1bc5b5021565ec443fd463c8287c02c686b3) --- source3/script/tests/tests_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/script/tests/tests_all.sh b/source3/script/tests/tests_all.sh index e44ec8b3c4..ffe1c91284 100755 --- a/source3/script/tests/tests_all.sh +++ b/source3/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() { -- cgit