1
0
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:
Michael Adam
2008-07-09 00:33:14 +02:00
parent 70d8e57c17
commit b65d497c33

View File

@ -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 || \