From b038aca5c869ba98f123f7107c3a6906c5f6bbdd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 3 Feb 2011 17:32:55 +1100 Subject: s4-loadparm: removed "setup directory" option the correct setup directory is known at both build time and install time using dyn_SETUPDIR, so we no longer have any need to override it Pair-Programmed-With: Andrew Bartlett --- selftest/selftest.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'selftest/selftest.pl') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 3900ebbe33..4f1f1d422c 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -606,7 +606,6 @@ sub write_clientconf($$$) torture:basedir = $clientdir #We don't want to pass our self-tests if the PAC code is wrong gensec:require_pac = true - setup directory = ./setup resolv:host file = $prefix_abs/dns_host_file #We don't want to run 'speed' tests for very long torture:timelimit = 1 -- cgit