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 | 9aabfa44d95128ded567d0949a6dd42786cbf6fb (patch) | |
tree | d106248094a56545413410cbb31ef95419f34aaa /source/script | |
parent | 5804d8b112e1da022988c635284eb4799974d4c7 (diff) | |
download | samba-9aabfa44d95128ded567d0949a6dd42786cbf6fb.tar.gz samba-9aabfa44d95128ded567d0949a6dd42786cbf6fb.tar.xz samba-9aabfa44d95128ded567d0949a6dd42786cbf6fb.zip |
some shells are pickier than others ...
Diffstat (limited to 'source/script')
-rwxr-xr-x | source/script/tests/test_local_s3.sh | 2 |
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 |