From 4f587ffa553e4ad6d33bb8880eb03be48421f73c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 27 Jun 2012 12:40:59 +1000 Subject: selftest: allow NSS_WRAPPER_* vars to be exported to the environment --- selftest/selftest.pl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'selftest/selftest.pl') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index cdcd2e4048..b636910f52 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -708,7 +708,12 @@ my @exported_envvars = ( "WINBINDD_SOCKET_DIR", "WINBINDD_PRIV_PIPE_DIR", "NMBD_SOCKET_DIR", - "LOCAL_PATH" + "LOCAL_PATH", + + # nss_wrapper + "NSS_WRAPPER_PASSWD", + "NSS_WRAPPER_GROUP" + ); $SIG{INT} = $SIG{QUIT} = $SIG{TERM} = sub { -- cgit