1
0
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:
Michael Adam 2008-07-09 00:33:14 +02:00
parent f329aaf045
commit 5b6c32160a

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