1
0
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:
Michael Adam 2008-07-21 11:17:36 +02:00
parent 87e02bca04
commit 486b1bc5b5

View File

@ -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() {