mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
testsuite: fix another expr syntax error. in tests_all.sh.
Michael
This commit is contained in:
parent
87e02bca04
commit
486b1bc5b5
@ -51,7 +51,7 @@ net_s3() {
|
||||
testparm_s3() {
|
||||
echo "RUNNING TESTS testparm_s3"
|
||||
$SCRIPTDIR/test_testparm_s3.sh \
|
||||
|| failed=`expr $failed +$?`
|
||||
|| failed=`expr $failed + $?`
|
||||
}
|
||||
|
||||
posix_s3() {
|
||||
|
Loading…
Reference in New Issue
Block a user