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

testsuite: fix expr syntax error in net registry test.

Pointed out by Björn Jacke <bj@sernet.de>.

Michael
This commit is contained in:
Michael Adam 2008-07-20 23:49:40 +02:00
parent f2656e5c2e
commit 87e02bca04

View File

@ -362,7 +362,7 @@ take_administrative_rights()
if test "x${RPC}" = "xrpc" ; then
testit "giving user ${USERNAME} administrative rights" \
give_administrative_rights || \
failed=`expr $failed +1`
failed=`expr $failed + 1`
fi
testit "enumerate HKLM" \