diff options
Diffstat (limited to 'tests/test_nsscmds.sh')
-rwxr-xr-x | tests/test_nsscmds.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_nsscmds.sh b/tests/test_nsscmds.sh index cb88857..f48cda3 100755 --- a/tests/test_nsscmds.sh +++ b/tests/test_nsscmds.sh @@ -64,6 +64,11 @@ fi echo "test_nsscmds.sh: using LDAP server $uri" +# preload our own NSS module +srcdir="${srcdir-"."}" +LD_PRELOAD="$srcdir/../nss/nss_ldap.so" +export LD_PRELOAD + # the total number of errors FAIL=0 |