diff options
author | Michael Adam <obnox@samba.org> | 2013-09-22 03:06:12 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-24 07:44:29 +0200 |
commit | dc222d8b94301272ccdef21516bd6e3fe7df669c (patch) | |
tree | 79ebc300570244985e91c8558c44bc16c84448f1 /source3/script/tests/test_net_registry_roundtrip.sh | |
parent | 8d67082adb8b212a29b5710a6aa56e820d75a611 (diff) | |
download | samba-dc222d8b94301272ccdef21516bd6e3fe7df669c.tar.gz samba-dc222d8b94301272ccdef21516bd6e3fe7df669c.tar.bz2 samba-dc222d8b94301272ccdef21516bd6e3fe7df669c.zip |
selftest: update SED_INVALID_PARAMS in the registry.roundtrip test
and add an explaining comment.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/script/tests/test_net_registry_roundtrip.sh')
-rwxr-xr-x | source3/script/tests/test_net_registry_roundtrip.sh | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/source3/script/tests/test_net_registry_roundtrip.sh b/source3/script/tests/test_net_registry_roundtrip.sh index f2158879e3..c676830b10 100755 --- a/source3/script/tests/test_net_registry_roundtrip.sh +++ b/source3/script/tests/test_net_registry_roundtrip.sh @@ -32,21 +32,15 @@ incdir=`dirname $0`/../../../testprogs/blackbox failed=0 +# +# List of parameters to skip when importing configuration files: +# They are forbidden in the registry and would lead import to fail. +# SED_INVALID_PARAMS="{ s/lock directory/;&/g s/lock dir/;&/g -s/modules dir/;&/g -s/logging/;&/g -s/status/;&/g -s/logdir/;&/g -s/read prediction/;&/g -s/mkprofile/;&/g -s/valid chars/;&/g -s/timesync/;&/g -s/sambaconf/;&/g -s/logtype/;&/g -s/servername/;&/g -s/postscript/;&/g +s/config backend/;&/g +s/include/;&/g }" REGPATH="HKLM\Software\Samba" |