diff options
author | Michael Adam <obnox@samba.org> | 2013-09-22 03:03:41 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-24 07:44:29 +0200 |
commit | 7cfab6bc8d340c08c513350823c6c65a7e4f5d2e (patch) | |
tree | 779c8d8d70c911f62157bb5fd2ae78213a21bc0b /source3/script | |
parent | 11ca7d9d606edd0b70d14a768528f63b3a9f8a30 (diff) | |
download | samba-7cfab6bc8d340c08c513350823c6c65a7e4f5d2e.tar.gz samba-7cfab6bc8d340c08c513350823c6c65a7e4f5d2e.tar.bz2 samba-7cfab6bc8d340c08c513350823c6c65a7e4f5d2e.zip |
selftest: include "state directory" in invalid parameters in registry roundtrip test
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_net_registry_roundtrip.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |