summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-11-07 11:35:59 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-11-08 08:07:10 +0100
commit9f4b400237437b690a64c8864ac4df3d4b88b67b (patch)
tree3cee1df78d3cc535a6ea5e41e8b242cad42359e1 /source3/selftest
parente650c40e11401f5ff8477292a46f14dfd06a2a29 (diff)
downloadsamba-9f4b400237437b690a64c8864ac4df3d4b88b67b.tar.gz
nsswitch:tests: Pass the envname to the script
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 20b96762e7a..720485db7db 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -242,13 +242,13 @@ env = "ad_member:local"
plantestsuite("samba3.wbinfo_user_info", env,
[os.path.join(srcdir(),
"nsswitch/tests/test_wbinfo_user_info.sh"),
- '$DOMAIN', '$REALM', '$DOMAIN', 'alice', 'alice', 'jane', 'jane.doe'])
+ '$DOMAIN', '$REALM', '$DOMAIN', 'alice', 'alice', 'jane', 'jane.doe', env])
env = "fl2008r2dc:local"
plantestsuite("samba3.wbinfo_user_info", env,
[os.path.join(srcdir(),
"nsswitch/tests/test_wbinfo_user_info.sh"),
- '$TRUST_DOMAIN', '$TRUST_REALM', '$DOMAIN', 'alice', 'alice', 'jane', 'jane.doe'])
+ '$TRUST_DOMAIN', '$TRUST_REALM', '$DOMAIN', 'alice', 'alice', 'jane', 'jane.doe', env])
env = "ad_member"
t = "WBCLIENT-MULTI-PING"