s4-test: don't override modules dir
authorAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2010 04:09:30 +0000 (15:09 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2010 12:49:02 +0000 (23:49 +1100)
it is set correctly during the build

selftest/selftest.pl
selftest/target/Samba4.pm

index 8980fdfe58d26490bf17ec335f7200e2ca13eac1..96ca3b1ee7453cfc771fec22a7638449bb252997 100755 (executable)
@@ -602,7 +602,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
-       modules dir = $ENV{LD_SAMBA_MODULE_PATH}
        setup directory = ./setup
        resolv:host file = $prefix_abs/dns_host_file
 #We don't want to run 'speed' tests for very long
index 168fe4262037ac942209c55e359f1dae65b551c3..e152426d2d6994afcd2ff82003c7692cf8e1ea1d 100644 (file)
@@ -588,7 +588,6 @@ sub provision_raw_step1($$)
        ncalrpc dir = $ctx->{ncalrpcdir}
        lock dir = $ctx->{lockdir}
        setup directory = $self->{setupdir}
-       modules dir = $self->{bindir}/modules
        winbindd socket directory = $ctx->{winbindd_socket_dir}
        winbindd privileged socket directory = $ctx->{winbindd_privileged_socket_dir}
        ntp signd socket directory = $ctx->{ntp_signd_socket_dir}