summaryrefslogtreecommitdiff
path: root/source4/selftest/test_pidl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/selftest/test_pidl.sh')
-rwxr-xr-xsource4/selftest/test_pidl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/test_pidl.sh b/source4/selftest/test_pidl.sh
index 6a20cd9fc8..7ee2e89e2e 100755
--- a/source4/selftest/test_pidl.sh
+++ b/source4/selftest/test_pidl.sh
@@ -10,8 +10,8 @@ incdir=`dirname $0`
if test x"${PIDL_TESTS_SKIP}" = x"yes"; then
echo "Skipping pidl tests - PIDL_TESTS_SKIP=yes"
elif $PERL -e 'eval require Test::More;' > /dev/null 2>&1; then
- for f in pidl/tests/*.pl; do
- plantest "$f" none $PERL $f "|" ./script/harness2subunit.pl
+ for f in $incdir/../pidl/tests/*.pl; do
+ plantest "`basename $f`" none $PERL $f "|" ./script/harness2subunit.pl
done
else
echo "Skipping pidl tests - Test::More not installed"