From 541c580895da69c26c2f4ac0e793e7881f01651e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 5 Mar 2011 00:50:21 +0100 Subject: s3:test: in net registry roundtrip test, exclude the files from exclude/logon These files are not samba config files... --- source3/script/tests/test_net_registry_roundtrip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 ad07f2bc59..d66c62874b 100755 --- a/source3/script/tests/test_net_registry_roundtrip.sh +++ b/source3/script/tests/test_net_registry_roundtrip.sh @@ -144,7 +144,7 @@ conf_roundtrip() rm -r $DIR } -CONF_FILES=${CONF_FILES:-$(find $SRCDIR/ -name '*.conf' | xargs grep -l "\[global\]")} +CONF_FILES=${CONF_FILES:-$(find $SRCDIR/ -name '*.conf' | grep -v examples/logon | xargs grep -l "\[global\]")} # remove old logs: for OLDDIR in $(find ${PREFIX} -type d -name "${LOGDIR_PREFIX}_*") ; do -- cgit