diff options
author | Michael Adam <obnox@samba.org> | 2011-03-05 00:54:28 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-05 01:31:33 +0100 |
commit | 2fd2e2e75d3906fcb79a0a502b51772f7bcf6e1b (patch) | |
tree | 3cb7ca65a32a4c1027061a67fbf1fb78bdec61fb /source3/script/tests | |
parent | 541c580895da69c26c2f4ac0e793e7881f01651e (diff) | |
download | samba-2fd2e2e75d3906fcb79a0a502b51772f7bcf6e1b.tar.gz samba-2fd2e2e75d3906fcb79a0a502b51772f7bcf6e1b.tar.bz2 samba-2fd2e2e75d3906fcb79a0a502b51772f7bcf6e1b.zip |
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.
Diffstat (limited to 'source3/script/tests')
-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 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 |