summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2008-04-11 10:33:46 +0200
committerMichael Adam <obnox@samba.org>2008-04-11 10:51:19 +0200
commit9aabfa44d95128ded567d0949a6dd42786cbf6fb (patch)
treed106248094a56545413410cbb31ef95419f34aaa /source/script
parent5804d8b112e1da022988c635284eb4799974d4c7 (diff)
downloadsamba-9aabfa44d95128ded567d0949a6dd42786cbf6fb.tar.gz
samba-9aabfa44d95128ded567d0949a6dd42786cbf6fb.tar.xz
samba-9aabfa44d95128ded567d0949a6dd42786cbf6fb.zip
some shells are pickier than others ...
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 5de7f1aa82d..b960620a5b6 100755
--- a/source/script/tests/test_local_s3.sh
+++ b/source/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