From: Andrew Bartlett Date: Thu, 23 Aug 2012 03:27:35 +0000 (+1000) Subject: selftest: Specify --use-ntvfs for the chdcpass environment X-Git-Tag: samba-4.0.0beta7~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c7f4f05f2e9ee9d1adf4c784dcad813f603af97;p=thirdparty%2Fsamba.git selftest: Specify --use-ntvfs for the chdcpass environment --- diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index b8d245c713f..29e80b8d1ac 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -1442,7 +1442,7 @@ sub provision_chgdcpass($$) "chgdcpassword.samba.example.com", "2008", "chgDCpass1", - undef, 1); + undef, "", "", 1); return undef unless(defined $ret); unless($self->add_wins_config("$prefix/private")) {