diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-04 01:18:58 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-04 01:18:58 +0100 |
commit | ed92f3de63313eaa269f8f0aca1e7176fc87c18f (patch) | |
tree | 69410250f0c08677faf31409a29495d7f77b7a84 /selftest/selftest.pl | |
parent | cc17ddeca178ef5b28375cdcb6e9a45e42038c09 (diff) | |
download | samba-ed92f3de63313eaa269f8f0aca1e7176fc87c18f.tar.gz |
selftest: Remove unused and broken target 'windows'.
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-x | selftest/selftest.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index a6d4e140954..045f1b83f09 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -384,12 +384,6 @@ unless ($opt_list) { $testenv_default = "member"; require target::Samba3; $target = new Samba3($bindir, \%binary_mapping, $srcdir_abs, $server_maxtime); - } elsif ($opt_target eq "win") { - die("Windows tests will not run with socket wrapper enabled.") - if ($opt_socket_wrapper); - $testenv_default = "dc"; - require target::Windows; - $target = new Windows(); } } |