summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-01-11 09:29:29 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-11 09:38:00 +1100
commit1eebdfdbe7200fdc7788834a28818f8e0155904a (patch)
treefe3e2d79a55a7d0223a9992519fb3514dc5d9e03 /selftest
parent2cedefabc93c8a1fcb49d65a3f78a344e814f826 (diff)
downloadsamba-1eebdfdbe7200fdc7788834a28818f8e0155904a.tar.gz
samba-1eebdfdbe7200fdc7788834a28818f8e0155904a.tar.bz2
samba-1eebdfdbe7200fdc7788834a28818f8e0155904a.zip
s4-test: fixed make test without having done make install
client.conf didn't specify "setup directory"
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/selftest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 3536d410ae..e7191efbf2 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -587,6 +587,7 @@ sub write_clientconf($$)
#We don't want to pass our self-tests if the PAC code is wrong
gensec:require_pac = true
modules dir = $ENV{LD_SAMBA_MODULE_PATH}
+ setup directory = ./setup
";
close(CF);
}