summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource3/script/tests/test_local_s3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh
index 5de7f1aa82..b960620a5b 100755
--- a/source3/script/tests/test_local_s3.sh
+++ b/source3/script/tests/test_local_s3.sh
@@ -24,6 +24,6 @@ testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
failed=`expr $failed + 1`
testit "smbconftort" $VALGRIND $BINDIR/tdbtorture $CONFIGURATION || \
- failed =`expr $failed + 1`
+ failed=`expr $failed + 1`
testok $0 $failed