diff options
Diffstat (limited to 'source3/script')
-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" |