summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_simple.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests/test_simple.sh')
-rwxr-xr-xsource4/script/tests/test_simple.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/source4/script/tests/test_simple.sh b/source4/script/tests/test_simple.sh
deleted file mode 100755
index a4a672cd5b..0000000000
--- a/source4/script/tests/test_simple.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# run a quick set of filesystem tests
-
-ADDARGS="$*"
-
-incdir=`dirname $0`
-. $incdir/test_functions.sh
-
-tests="BASE-RW1"
-
-for t in $tests; do
- name="$t"
- plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t
-done