diff options
author | Michael Adam <obnox@samba.org> | 2011-03-05 00:55:27 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-05 01:31:33 +0100 |
commit | 916ff0bf55afb0335ced8c0b71b9d3a69eb3df13 (patch) | |
tree | 9f48d8bb7e7a84af1681cde8fafcfa9563fd4e78 /source3/script | |
parent | 2fd2e2e75d3906fcb79a0a502b51772f7bcf6e1b (diff) | |
download | samba-916ff0bf55afb0335ced8c0b71b9d3a69eb3df13.tar.gz samba-916ff0bf55afb0335ced8c0b71b9d3a69eb3df13.tar.xz samba-916ff0bf55afb0335ced8c0b71b9d3a69eb3df13.zip |
s3:test: mark vanished parameter "postscript" invalid in net registry roundtrip test
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_net_registry_roundtrip.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/tests/test_net_registry_roundtrip.sh b/source3/script/tests/test_net_registry_roundtrip.sh index 310c54f4043..5431098da07 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" |