summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-21 11:17:36 +0200
committerKarolin Seeger <kseeger@samba.org>2008-07-21 12:30:01 +0200
commit04df38243a9d4512e67c2859cc1087a29f5ed926 (patch)
treef31a37cc517ebf52bdb356fcb70f8f949ed81374 /source/script
parent6f47c68da8bfdf74af9ca27e2787992dced6c651 (diff)
downloadsamba-04df38243a9d4512e67c2859cc1087a29f5ed926.tar.gz
samba-04df38243a9d4512e67c2859cc1087a29f5ed926.tar.xz
samba-04df38243a9d4512e67c2859cc1087a29f5ed926.zip
testsuite: fix another expr syntax error. in tests_all.sh.
Michael (cherry picked from commit 486b1bc5b5021565ec443fd463c8287c02c686b3) (cherry picked from commit 4038363b72eb852d462234a1ec85c3cc68765f0d)
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/tests_all.sh2
1 files changed, 1 insertions, 1 deletions
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() {