diff options
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-x | selftest/selftest.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 1da13318cd..3900ebbe33 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -464,7 +464,7 @@ my $testenv_default = "none"; if ($opt_target eq "samba4") { $testenv_default = "all"; require target::Samba4; - $target = new Samba4($bindir, $ldap, "$srcdir/setup", $exeext); + $target = new Samba4($bindir, $ldap, $srcdir, $exeext); } elsif ($opt_target eq "samba3") { if ($opt_socket_wrapper and `$bindir/smbd -b | grep SOCKET_WRAPPER` eq "") { die("You must include --enable-socket-wrapper when compiling Samba in order to execute 'make test'. Exiting...."); @@ -616,8 +616,6 @@ sub write_clientconf($$$) my @todo = (); -my $testsdir = "$srcdir/selftest"; - sub should_run_test($) { my $name = shift; |