diff options
author | Björn Jacke <bj@sernet.de> | 2008-04-11 10:33:46 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-11 10:51:19 +0200 |
commit | 83a6605b3a5e444f3b5c1b543d7fa442e357f1ab (patch) | |
tree | 038eca0791a76033487875f5d8f605edfbea375b /source3/script | |
parent | ef6ed54765b1d8ccaabfb3268f8427cc791b738b (diff) | |
download | samba-83a6605b3a5e444f3b5c1b543d7fa442e357f1ab.tar.gz samba-83a6605b3a5e444f3b5c1b543d7fa442e357f1ab.tar.xz samba-83a6605b3a5e444f3b5c1b543d7fa442e357f1ab.zip |
some shells are pickier than others ...
(This used to be commit 9aabfa44d95128ded567d0949a6dd42786cbf6fb)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_local_s3.sh | 2 |
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 5de7f1aa82d..b960620a5b6 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 |