1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fix a syntax error in script/tests/test_local_s3.sh .

This will reveal the currently breaking tdbtorture to the build farm...

Michael
(This used to be commit 50f65c3c55)
This commit is contained in:
Michael Adam 2008-01-13 23:54:48 +01:00
parent 801eeaec09
commit 971abee490

View File

@ -21,6 +21,6 @@ testit "replacetort" $VALGRIND $BINDIR/replacetort || \
failed=`expr $failed + 1`
testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
failed=`expr $failed +1`
failed=`expr $failed + 1`
testok $0 $failed