diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-22 11:56:18 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-22 16:20:10 +1100 |
commit | 6c1ce36ec97525774aaba294f48fbd6fab15a80e (patch) | |
tree | 0767e72ea3ad1e68cb97a39705e15a1e35aaee46 /selftest/selftest.pl | |
parent | b73cfabdf5cc28a91a72df8b64cf57021e08f0b0 (diff) | |
download | samba-6c1ce36ec97525774aaba294f48fbd6fab15a80e.tar.gz samba-6c1ce36ec97525774aaba294f48fbd6fab15a80e.tar.xz samba-6c1ce36ec97525774aaba294f48fbd6fab15a80e.zip |
selftest pass in srcdir into Samba3 target module
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 4b42ec4801..9db3f21bb8 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -472,7 +472,7 @@ if ($opt_target eq "samba4") { } $testenv_default = "member"; require target::Samba3; - $target = new Samba3($bindir); + $target = new Samba3($bindir, $srcdir_abs); } elsif ($opt_target eq "win") { die("Windows tests will not run with socket wrapper enabled.") if ($opt_socket_wrapper); |