From dc222d8b94301272ccdef21516bd6e3fe7df669c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 22 Sep 2013 03:06:12 +0200 Subject: selftest: update SED_INVALID_PARAMS in the registry.roundtrip test and add an explaining comment. Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/script/tests/test_net_registry_roundtrip.sh | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'source3/script') 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" -- cgit