summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_net_registry.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/tests/test_net_registry.sh')
-rwxr-xr-xsource3/script/tests/test_net_registry.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_net_registry.sh b/source3/script/tests/test_net_registry.sh
index b6d27970cc..0c26527aa5 100755
--- a/source3/script/tests/test_net_registry.sh
+++ b/source3/script/tests/test_net_registry.sh
@@ -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 || \