diff options
-rwxr-xr-x | selftest/selftest.pl | 7 |
1 files changed, 6 insertions, 1 deletions
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 { |