From 11ca7d9d606edd0b70d14a768528f63b3a9f8a30 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 21 Sep 2013 22:38:31 +0200 Subject: selftest: add "state directory" to the forbidden parameters test in net conf Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/script/tests/test_net_conf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/script') 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" -- cgit