From 2fd2e2e75d3906fcb79a0a502b51772f7bcf6e1b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 5 Mar 2011 00:54:28 +0100 Subject: s3:test: in net registry roundtrip test, mark "lock dir" as invalid parameter This is a synonym of lock directory which is already marked invalid. --- source3/script/tests/test_net_registry_roundtrip.sh | 1 + 1 file changed, 1 insertion(+) (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 d66c62874b..310c54f404 100755 --- a/source3/script/tests/test_net_registry_roundtrip.sh +++ b/source3/script/tests/test_net_registry_roundtrip.sh @@ -34,6 +34,7 @@ failed=0 SED_INVALID_PARAMS="{ s/lock directory/;&/g +s/lock dir/;&/g s/modules dir/;&/g s/logging/;&/g s/status/;&/g -- cgit