summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/unit (renamed from source4/script/harness2subunit.pl)0
-rwxr-xr-xsource4/selftest/samba4_tests.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/harness2subunit.pl b/lib/unit
index 45f515540b..45f515540b 100755
--- a/source4/script/harness2subunit.pl
+++ b/lib/unit
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh
index bfe386af69..7ddaf9f996 100755
--- a/source4/selftest/samba4_tests.sh
+++ b/source4/selftest/samba4_tests.sh
@@ -252,7 +252,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 "pidl.`basename $f .pl`" none $PERL $f "|" $samba4srcdir/script/harness2subunit.pl
+ plantest "pidl.`basename $f .pl`" none $PERL $f "|" $samba4srcdir/../lib/subunit/harness2subunit.pl
done
else
echo "Skipping pidl tests - Test::More not installed"