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:
parent
801eeaec09
commit
971abee490
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user