summaryrefslogtreecommitdiff
path: root/source4/selftest/test_cifs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/selftest/test_cifs.sh')
-rwxr-xr-xsource4/selftest/test_cifs.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/source4/selftest/test_cifs.sh b/source4/selftest/test_cifs.sh
deleted file mode 100755
index f24f8d7398..0000000000
--- a/source4/selftest/test_cifs.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-# this runs the file serving tests that are expected to pass with the
-# current posix ntvfs backend, via the ntvfs cifs proxy
-
-ADDARGS="$*"
-
-incdir=`dirname $0`
-. $incdir/test_functions.sh
-
-raw=`$samba4bindir/smbtorture --list | grep "^RAW-" | xargs`
-base=`$samba4bindir/smbtorture --list | grep "^BASE-" | xargs`
-tests="$base $raw"
-
-for t in $tests; do
- plantest "ntvfs/cifs $t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS $ADDARGS //\$NETBIOSNAME/cifs -U"\$USERNAME"%"\$PASSWORD" $t
-done