diff options
Diffstat (limited to 'source4/selftest/test_net.sh')
-rwxr-xr-x | source4/selftest/test_net.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/selftest/test_net.sh b/source4/selftest/test_net.sh deleted file mode 100755 index 1721c31b02..0000000000 --- a/source4/selftest/test_net.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# add tests to this list as they start passing, so we test -# that they stay passing -incdir=`dirname $0` -. $incdir/test_functions.sh - -tests=`$samba4bindir/smbtorture --list | grep ^NET-` - -for t in $tests; do - plantest "$t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS "\$SERVER[$VALIDATE]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" $t "$*" -done |