summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-13 23:54:48 +0100
committerMichael Adam <obnox@samba.org>2008-01-13 23:54:48 +0100
commit50f65c3c5500da8d657d5fc340e666ee8cfe148e (patch)
treee99be14378eb673900467845361b7586c0b32367 /source/script
parentb3afc8391d40745328172ba012f0ffc166d75aa9 (diff)
downloadsamba-50f65c3c5500da8d657d5fc340e666ee8cfe148e.tar.gz
samba-50f65c3c5500da8d657d5fc340e666ee8cfe148e.tar.xz
samba-50f65c3c5500da8d657d5fc340e666ee8cfe148e.zip
Fix a syntax error in script/tests/test_local_s3.sh .
This will reveal the currently breaking tdbtorture to the build farm... Michael
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/test_local_s3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/tests/test_local_s3.sh b/source/script/tests/test_local_s3.sh
index 6117106c8a3..fd8f98ccabb 100755
--- a/source/script/tests/test_local_s3.sh
+++ b/source/script/tests/test_local_s3.sh
@@ -21,6 +21,6 @@ testit "replacetort" $VALGRIND $BINDIR/replacetort || \
failed=`expr $failed + 1`
testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
- failed=`expr $failed +1`
+ failed=`expr $failed + 1`
testok $0 $failed