1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

testsuite: fix another expr typo in net registry test script.

Michael
(This used to be commit 73312e4e21)
This commit is contained in:
Michael Adam 2008-07-09 00:33:54 +02:00
parent b65d497c33
commit 733cf76026

View File

@ -435,7 +435,7 @@ testit "delete key with value" \
if test "x${RPC}" = "xrpc" ; then
testit "taking administrative rights from user ${USERNAME}" \
take_administrative_rights || \
failed=`expr $failed +1`
failed=`expr $failed + 1`
fi
testok $0 $failed