summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_pidl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests/test_pidl.sh')
-rwxr-xr-xsource4/script/tests/test_pidl.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/source4/script/tests/test_pidl.sh b/source4/script/tests/test_pidl.sh
deleted file mode 100755
index d143cd6b0a..0000000000
--- a/source4/script/tests/test_pidl.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-if [ ! -n "$PERL" ]
-then
- PERL=perl
-fi
-
-incdir=`dirname $0`
-. $incdir/test_functions.sh
-
-if $PERL -e 'eval require Test::More;' > /dev/null 2>&1; then
- for f in pidl/tests/*.pl; do
- plantest "$f" none $PERL $f
- done
-else
- echo "Skipping pidl tests - Test::More not installed"
-fi