testsuite: fix another expr syntax error. in tests_all.sh.
authorMichael Adam <obnox@samba.org>
Mon, 21 Jul 2008 09:17:36 +0000 (11:17 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 21 Jul 2008 10:30:01 +0000 (12:30 +0200)
Michael
(cherry picked from commit 486b1bc5b5021565ec443fd463c8287c02c686b3)
(cherry picked from commit 4038363b72eb852d462234a1ec85c3cc68765f0d)

source/script/tests/tests_all.sh

index e44ec8b3c451b30b0edf43e49ca6b979cc04ae1c..ffe1c9128493e46654a8f466cc23c448b0a3cb4e 100755 (executable)
@@ -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() {