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:
parent
f2656e5c2e
commit
87e02bca04
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user