diff options
Diffstat (limited to 'source4/selftest/test_pidl.sh')
-rwxr-xr-x | source4/selftest/test_pidl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/test_pidl.sh b/source4/selftest/test_pidl.sh index 57e7f58966..1c68acf053 100755 --- a/source4/selftest/test_pidl.sh +++ b/source4/selftest/test_pidl.sh @@ -11,7 +11,7 @@ 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 $samba4srcdir/pidl/tests/*.pl; do - plantest "`basename $f`" none $PERL $f "|" $samba4srcdir/script/harness2subunit.pl + plantest "pidl/`basename $f`" none $PERL $f "|" $samba4srcdir/script/harness2subunit.pl done else echo "Skipping pidl tests - Test::More not installed" |