mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
testsuite: fix expr typo in net registry testscript.
Michael
This commit is contained in:
parent
f329aaf045
commit
5b6c32160a
@ -402,7 +402,7 @@ testit "delete^2 key" \
|
||||
|
||||
testit "enumerate nonexisting key" \
|
||||
test_enumerate_nonexisting HKLM/testkey || \
|
||||
failed=`expr $failed +1`
|
||||
failed=`expr $failed + 1`
|
||||
|
||||
testit "create key with subkey" \
|
||||
test_createkey_with_subkey HKLM/testkey/subkey || \
|
||||
|
Loading…
Reference in New Issue
Block a user