Fix a syntax error in script/tests/test_local_s3.sh .
authorMichael Adam <obnox@samba.org>
Sun, 13 Jan 2008 22:54:48 +0000 (23:54 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 13 Jan 2008 22:54:48 +0000 (23:54 +0100)
This will reveal the currently breaking tdbtorture to the build farm...

Michael
(This used to be commit 50f65c3c5500da8d657d5fc340e666ee8cfe148e)

source3/script/tests/test_local_s3.sh

index 6117106c8a3c445aa7f9c5760f6b2f990db32a5d..fd8f98ccabb5e608d54e0a47889ebfb8cd7ec183 100755 (executable)
@@ -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