r24958: This is the final text, and the final version. I'll send the release
[jelmer/samba4-debian.git] / source / selftest / test_nss.sh
1 #!/bin/sh
2
3 incdir=`dirname $0`
4 . $incdir/test_functions.sh
5
6 if [ ! -f bin/nsstest ]; then
7         exit 0
8 fi
9
10 plantest "NSS-TEST using winbind" member $VALGRIND bin/nsstest bin/shared/libnss_winbind.so
11