summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-06-27 16:12:47 +0200
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:06 +0200
commit354744f6e8e03b3552d19d8223c821d37b25e7fa (patch)
tree06bedc41ee7ba28e7b61f5f2f957b70868e1e214 /selftest/selftest.pl
parent338178469010139e4d97fab0fd96d123cfdc2510 (diff)
downloadsamba-354744f6e8e03b3552d19d8223c821d37b25e7fa.tar.gz
selftest: Write the nss_wrapper hosts file.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index dd964a3439e..5c35d893552 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -866,6 +866,7 @@ sub teardown_env($)
# This 'global' file needs to be empty when we start
unlink("$prefix_abs/dns_host_file");
+unlink("$prefix_abs/hosts");
if ($opt_random_order) {
require List::Util;