diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-07 12:51:59 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-07 03:09:08 +0100 |
commit | 2da506ee66111ea52e7e3f211392bcaf707e0f6a (patch) | |
tree | 0797326c822db80d0ef538e435deafa726202038 /source4 | |
parent | 8d3e92d0430ec994d22ddd96babb430f8beb9315 (diff) | |
download | samba-2da506ee66111ea52e7e3f211392bcaf707e0f6a.tar.gz samba-2da506ee66111ea52e7e3f211392bcaf707e0f6a.tar.bz2 samba-2da506ee66111ea52e7e3f211392bcaf707e0f6a.zip |
s4-selftest re-enable nsstest on libnss_winbind.so
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
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") |