summaryrefslogtreecommitdiff
path: root/source4/selftest/selftest.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-19 21:51:09 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-19 21:51:09 +0100
commitc2941c9f0b8a48e4ab190c087b7f32c64d76aa8e (patch)
treebab3ac88190b1afa8aacc13e1ac1c0f6f044ab85 /source4/selftest/selftest.pl
parentab915504aaa40cebe5fa09a47b2ae46f7f9f334a (diff)
downloadsamba-c2941c9f0b8a48e4ab190c087b7f32c64d76aa8e.tar.gz
samba-c2941c9f0b8a48e4ab190c087b7f32c64d76aa8e.tar.bz2
samba-c2941c9f0b8a48e4ab190c087b7f32c64d76aa8e.zip
Initial work on vde support.
(This used to be commit 9b0dcac0bd805c3e1741448167b461c3fa0e33fd)
Diffstat (limited to 'source4/selftest/selftest.pl')
-rwxr-xr-xsource4/selftest/selftest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl
index c17e790f63..996b982e06 100755
--- a/source4/selftest/selftest.pl
+++ b/source4/selftest/selftest.pl
@@ -452,7 +452,7 @@ if ($opt_target eq "samba4") {
if ($opt_socket_wrapper);
require target::Kvm;
die("No image specified") unless ($opt_image);
- $target = new Kvm($opt_image);
+ $target = new Kvm($opt_image, undef);
}
sub read_test_regexes($)