mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
testsuite: fix expr typo in net registry testscript.
Michael
(This used to be commit 5b6c32160a
)
This commit is contained in:
@ -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 || \
|
||||
|
Reference in New Issue
Block a user