summaryrefslogtreecommitdiff
path: root/source3/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
commit83a6605b3a5e444f3b5c1b543d7fa442e357f1ab (patch)
tree038eca0791a76033487875f5d8f605edfbea375b /source3/script
parentef6ed54765b1d8ccaabfb3268f8427cc791b738b (diff)
downloadsamba-83a6605b3a5e444f3b5c1b543d7fa442e357f1ab.tar.gz
samba-83a6605b3a5e444f3b5c1b543d7fa442e357f1ab.tar.bz2
samba-83a6605b3a5e444f3b5c1b543d7fa442e357f1ab.zip
some shells are pickier than others ...
(This used to be commit 9aabfa44d95128ded567d0949a6dd42786cbf6fb)
Diffstat (limited to 'source3/script')
-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