From: Michael Adam Date: Tue, 1 Apr 2008 13:50:24 +0000 (+0200) Subject: test: fix net_registry test "set value to different type" to track error count X-Git-Tag: samba-3.3.0pre1~2942 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f0c25f01f11857d24556346dc2758549919eba3;p=thirdparty%2Fsamba.git test: fix net_registry test "set value to different type" to track error count missing backslash in call... :-} Michael --- 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`