diff options
author | Michael Adam <obnox@samba.org> | 2008-04-01 15:50:24 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-01 16:16:55 +0200 |
commit | 048dcbb75f42d8a0a6896cf70fdf840375d531f4 (patch) | |
tree | ca0efc8f527edba1433e9c819a6d9e8eab45fb9f /source3/script | |
parent | fd64e6de8c708674f6e406171f82ccb2a7c45390 (diff) | |
download | samba-048dcbb75f42d8a0a6896cf70fdf840375d531f4.tar.gz samba-048dcbb75f42d8a0a6896cf70fdf840375d531f4.tar.bz2 samba-048dcbb75f42d8a0a6896cf70fdf840375d531f4.zip |
test: fix net_registry test "set value to different type" to track error count
missing backslash in call... :-}
Michael
(This used to be commit 8f0c25f01f11857d24556346dc2758549919eba3)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_net_registry.sh | 2 |
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 3fac34e641..7b6faede0b 100755 --- a/source3/script/tests/test_net_registry.sh +++ b/source3/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` |