summaryrefslogtreecommitdiff
path: root/source4/selftest/test_posix.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-24 19:16:10 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:28 +0100
commitb28810ab9469be0c445123149931386867c9e6b8 (patch)
treee6f9bb95eda4b01e8f9158ec764f064a95a60a3a /source4/selftest/test_posix.sh
parentf3dbce01ef3e877e533b3c8268fe666d42ea588d (diff)
downloadsamba-b28810ab9469be0c445123149931386867c9e6b8.tar.gz
samba-b28810ab9469be0c445123149931386867c9e6b8.tar.bz2
samba-b28810ab9469be0c445123149931386867c9e6b8.zip
r25722: Start merging the various test plan files for Samba 4 into one, so that it'll
be easier to split selftest/ into a generic, a Samba 3 and a Samba 4-specific bit. (This used to be commit 5deb3a6fab6d1b4197b8a019ad5602055b50f9d3)
Diffstat (limited to 'source4/selftest/test_posix.sh')
-rwxr-xr-xsource4/selftest/test_posix.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/source4/selftest/test_posix.sh b/source4/selftest/test_posix.sh
deleted file mode 100755
index 383766cdf3..0000000000
--- a/source4/selftest/test_posix.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# this runs the file serving tests that are expected to pass with the
-# current posix ntvfs backend
-
-ADDARGS="$*"
-
-incdir=`dirname $0`
-. $incdir/test_functions.sh
-
-smb2=`$samba4bindir/smbtorture --list | grep "^SMB2-" | xargs`
-raw=`$samba4bindir/smbtorture --list | grep "^RAW-" | xargs`
-base=`$samba4bindir/smbtorture --list | grep "^BASE-" | xargs`
-tests="$base $raw $smb2"
-
-for t in $tests; do
- plantest "$t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/tmp -U"\$USERNAME"%"\$PASSWORD" $t
-done