diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-10-25 22:20:52 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:36 +0100 |
commit | dc8ece0e26f49618232a78c1d2c4d97454633bde (patch) | |
tree | 680470dd70cc31a09271de646003dece53cb0bdf /source4/selftest/test_nss.sh | |
parent | 3f073b4c6bfcd7e44fc3dd561874790200bd4d12 (diff) | |
download | samba-dc8ece0e26f49618232a78c1d2c4d97454633bde.tar.gz samba-dc8ece0e26f49618232a78c1d2c4d97454633bde.tar.bz2 samba-dc8ece0e26f49618232a78c1d2c4d97454633bde.zip |
r25737: Integrate more of the test recipe code into one file, use
different mechanism for determining the quicktest list.
Quicktest is a bit verbose now (reports all the tests not run as SKIP:)
(This used to be commit e99e9c167f49c5f8762c7ad16b10ff4aab98091e)
Diffstat (limited to 'source4/selftest/test_nss.sh')
-rwxr-xr-x | source4/selftest/test_nss.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/selftest/test_nss.sh b/source4/selftest/test_nss.sh deleted file mode 100755 index 689d1038f1..0000000000 --- a/source4/selftest/test_nss.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 - |