diff options
Diffstat (limited to 'source4/selftest/test_simple.sh')
-rwxr-xr-x | source4/selftest/test_simple.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/selftest/test_simple.sh b/source4/selftest/test_simple.sh deleted file mode 100755 index 3532cba180..0000000000 --- a/source4/selftest/test_simple.sh +++ /dev/null @@ -1,13 +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 - plantest "ntvfs/simple $t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t -done |