summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-07 12:51:59 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-12-07 03:09:08 +0100
commit2da506ee66111ea52e7e3f211392bcaf707e0f6a (patch)
tree0797326c822db80d0ef538e435deafa726202038 /source4/selftest
parent8d3e92d0430ec994d22ddd96babb430f8beb9315 (diff)
downloadsamba-2da506ee66111ea52e7e3f211392bcaf707e0f6a.tar.gz
samba-2da506ee66111ea52e7e3f211392bcaf707e0f6a.tar.bz2
samba-2da506ee66111ea52e7e3f211392bcaf707e0f6a.zip
s4-selftest re-enable nsstest on libnss_winbind.so
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 15ff7a9894..370bce30b6 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -386,7 +386,7 @@ for env in ["dc", "s4member"]:
nsstest4 = binpath("nsstest")
if os.path.exists(nsstest4):
- plantestsuite("samba4.nss.test using winbind(s4member)", "s4member", [valgrindify(nsstest4), os.path.join(samba4bindir, "shared/libnss_winbind.so")])
+ plantestsuite("samba4.nss.test using winbind(s4member)", "s4member", [os.path.join(bbdir, "nsstest.sh"), nsstest4, os.path.join(samba4bindir, "default/nsswitch/libnss-winbind.so")])
else:
skiptestsuite("samba4.nss.test using winbind(s4member)", "nsstest not available")