diff options
Diffstat (limited to 'source4/script/tests/test_local.sh')
-rwxr-xr-x | source4/script/tests/test_local.sh | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh deleted file mode 100755 index e8bf10c901e..00000000000 --- a/source4/script/tests/test_local.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -local_tests=`bin/smbtorture --list | grep "^LOCAL-" | xargs` - -if [ `uname` = "Linux" ]; then - # testing against the system iconv only makes sense for our 'reference' iconv - # behaviour - local_tests="$local_tests LOCAL-ICONV" -fi - -incdir=`dirname $0` -. $incdir/test_functions.sh - -# the local tests don't need smbd -SMBD_TEST_FIFO="" -export SMBD_TEST_FIFO - -for t in $local_tests; do - plantest "$t" none $VALGRIND bin/smbtorture $TORTURE_OPTIONS ncalrpc: $t "$*" -done - -plantest "tdb stress" none $VALGRIND bin/tdbtorture |