From 7cfab6bc8d340c08c513350823c6c65a7e4f5d2e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 22 Sep 2013 03:03:41 +0200 Subject: selftest: include "state directory" in invalid parameters in registry roundtrip test Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- 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 c676830b10..6d24d344b7 100755 --- a/source3/script/tests/test_net_registry_roundtrip.sh +++ b/source3/script/tests/test_net_registry_roundtrip.sh @@ -37,6 +37,7 @@ failed=0 # They are forbidden in the registry and would lead import to fail. # SED_INVALID_PARAMS="{ +s/state directory/;&/g s/lock directory/;&/g s/lock dir/;&/g s/config backend/;&/g -- cgit