From 916ff0bf55afb0335ced8c0b71b9d3a69eb3df13 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 5 Mar 2011 00:55:27 +0100 Subject: s3:test: mark vanished parameter "postscript" invalid in net registry roundtrip test --- source3/script/tests/test_net_registry_roundtrip.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/script/tests/test_net_registry_roundtrip.sh b/source3/script/tests/test_net_registry_roundtrip.sh index 310c54f404..5431098da0 100755 --- a/source3/script/tests/test_net_registry_roundtrip.sh +++ b/source3/script/tests/test_net_registry_roundtrip.sh @@ -46,6 +46,7 @@ s/timesync/;&/g s/sambaconf/;&/g s/logtype/;&/g s/servername/;&/g +s/postscript/;&/g }" REGPATH="HKLM\Software\Samba" -- cgit