mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
12 lines
225 B
Bash
Executable File
12 lines
225 B
Bash
Executable File
#!/bin/sh
|
|
|
|
incdir=`dirname $0`
|
|
. $incdir/test_functions.sh
|
|
|
|
if [ ! -f $samba4bindir/nsstest ]; then
|
|
exit 0
|
|
fi
|
|
|
|
plantest "NSS-TEST using winbind" member $VALGRIND $samba4bindir/nsstest $samba4bindir/shared/libnss_winbind.so
|
|
|