summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-03-16 17:43:59 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-03-16 17:46:08 +0100
commit0de85d6eb466458886764acb3245e7241b45d189 (patch)
tree8f68a538190adac4507c5f646ab9f806c7aa6627 /selftest/selftest.pl
parent8f312aef8434dad317eab3491ff37383368ab763 (diff)
downloadsamba-0de85d6eb466458886764acb3245e7241b45d189.tar.gz
selftest: Add missing variable to @exported_envvars
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@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 f08a8f9e373..c9b4818f29f 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -798,6 +798,7 @@ my @exported_envvars = (
# resolv_wrapper
"RESOLV_WRAPPER_CONF",
+ "RESOLV_WRAPPER_HOSTS",
);
sub sighandler($)