From: Michael Adam Date: Mon, 21 Jul 2008 09:17:36 +0000 (+0200) Subject: testsuite: fix another expr syntax error. in tests_all.sh. X-Git-Tag: samba-3.3.0pre1~447 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=486b1bc5b5021565ec443fd463c8287c02c686b3;p=thirdparty%2Fsamba.git testsuite: fix another expr syntax error. in tests_all.sh. Michael --- 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() {