summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-02 15:35:33 +0200
committerGünther Deschner <gd@samba.org>2010-06-02 15:37:50 +0200
commit3854f0708e8c7a2e37310cd24d8acd52d87b9d6b (patch)
treeb520ee6fdff46953ecdfe1a7892154551889711c /selftest/selftest.pl
parent57ab910b6f3a24bf188415baf58de610203594b1 (diff)
downloadsamba-3854f0708e8c7a2e37310cd24d8acd52d87b9d6b.tar.gz
samba-3854f0708e8c7a2e37310cd24d8acd52d87b9d6b.tar.bz2
samba-3854f0708e8c7a2e37310cd24d8acd52d87b9d6b.zip
s3-selftest: Fix blackbox smbclient s3 tests during make selftest.
Guenther
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index aa3d79c5d7..6ec429b6ce 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -787,6 +787,7 @@ my @exported_envvars = (
# user stuff
"USERNAME",
+ "USERID",
"PASSWORD",
"DC_USERNAME",
"DC_PASSWORD",
@@ -794,7 +795,8 @@ my @exported_envvars = (
# misc stuff
"KRB5_CONFIG",
"WINBINDD_SOCKET_DIR",
- "WINBINDD_PRIV_PIPE_DIR"
+ "WINBINDD_PRIV_PIPE_DIR",
+ "LOCAL_PATH"
);
$SIG{INT} = $SIG{QUIT} = $SIG{TERM} = sub {