mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
40dbe572e5
(This used to be commit f45ae8a878
)
12 lines
195 B
Bash
Executable File
12 lines
195 B
Bash
Executable File
#!/bin/sh
|
|
|
|
incdir=`dirname $0`
|
|
. $incdir/test_functions.sh
|
|
|
|
if [ ! -f bin/nsstest ]; then
|
|
exit 0
|
|
fi
|
|
|
|
plantest "NSS-TEST using winbind" member $VALGRIND bin/nsstest bin/shared/libnss_winbind.so
|
|
|