diff options
author | Michael Adam <obnox@samba.org> | 2013-09-21 22:38:31 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-24 07:44:29 +0200 |
commit | 11ca7d9d606edd0b70d14a768528f63b3a9f8a30 (patch) | |
tree | 29d4ad309f9fb356fe6075ef1f20a2645d6f8a71 | |
parent | 21be539590b7af40ea8af7301cd539f6433a8928 (diff) | |
download | samba-11ca7d9d606edd0b70d14a768528f63b3a9f8a30.tar.gz samba-11ca7d9d606edd0b70d14a768528f63b3a9f8a30.tar.bz2 samba-11ca7d9d606edd0b70d14a768528f63b3a9f8a30.zip |
selftest: add "state directory" to the forbidden parameters test in net conf
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rwxr-xr-x | source3/script/tests/test_net_conf.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/script/tests/test_net_conf.sh b/source3/script/tests/test_net_conf.sh index c432c3e183..a81b21e533 100755 --- a/source3/script/tests/test_net_conf.sh +++ b/source3/script/tests/test_net_conf.sh @@ -424,7 +424,8 @@ test_conf_setparm_existing() test_conf_setparm_forbidden() { - FORBIDDEN_PARAMS="lock directory + FORBIDDEN_PARAMS="state directory +lock directory lock dir config backend include" |