From ce85c98caa27105a73f60223e92ea0184804780c Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Wed, 7 Jan 2015 12:18:55 +1300 Subject: selftest: fix dns_host_file in samba3 target When setting up s3member twice in a row, the join ending up attempting kerberos and using an old ticket in the st folder, failing with bad credentials. Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Wed Jan 7 03:58:10 CET 2015 on sn-devel-104 --- selftest/target/Samba3.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 89fee0b07b..289e4643c5 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1016,7 +1016,7 @@ sub provision($$$$$$$$) my $nss_wrapper_group = "$privatedir/group"; my $nss_wrapper_hosts = "$ENV{SELFTEST_PREFIX}/hosts"; my $resolv_conf = "$privatedir/resolv.conf"; - my $dns_host_file = "$$ENV{SELFTEST_PREFIX}/dns_host_file"; + my $dns_host_file = "$ENV{SELFTEST_PREFIX}/dns_host_file"; my $mod_printer_pl = "$ENV{PERL} $self->{srcdir}/source3/script/tests/printing/modprinter.pl"; -- cgit