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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_pidl.sh b/source4/script/tests/test_pidl.sh
index ade68a555a..2271b7b4d8 100755
--- a/source4/script/tests/test_pidl.sh
+++ b/source4/script/tests/test_pidl.sh
@@ -11,7 +11,7 @@ failed=0
if $PERL -e 'eval require Test::More;' > /dev/null 2>&1; then
for f in pidl/tests/*.pl; do
- testit "$f" $PERL $f
+ testit "$f" none $PERL $f
done
else
echo "Skipping pidl tests - Test::More not installed"