summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-01 15:50:24 +0200
committerMichael Adam <obnox@samba.org>2008-04-01 16:16:55 +0200
commit8f0c25f01f11857d24556346dc2758549919eba3 (patch)
tree478067361bbc1f8ba2677ea7b6149dca182a72b9 /source
parentdba9db5ae6581df18591eebd19d3649bed0d9367 (diff)
downloadsamba-8f0c25f01f11857d24556346dc2758549919eba3.tar.gz
samba-8f0c25f01f11857d24556346dc2758549919eba3.tar.xz
samba-8f0c25f01f11857d24556346dc2758549919eba3.zip
test: fix net_registry test "set value to different type" to track error count
missing backslash in call... :-} Michael
Diffstat (limited to 'source')
-rwxr-xr-xsource/script/tests/test_net_registry.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/tests/test_net_registry.sh b/source/script/tests/test_net_registry.sh
index 3fac34e6412..7b6faede0bd 100755
--- a/source/script/tests/test_net_registry.sh
+++ b/source/script/tests/test_net_registry.sh
@@ -380,7 +380,7 @@ testit "delete nonexisting value" \
test_deletevalue_nonexisting HKLM/testkey testval || \
failed=`expr $failed + 1`
-testit "set value to different type"
+testit "set value to different type" \
test_setvalue_twice HKLM/testkey testval sz moin dword 42 || \
failed=`expr $failed + 1`