diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-05-13 18:48:44 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-06-03 16:26:29 +0200 |
commit | 87bbae7b0768d3606877a79155e42be0fa2843d8 (patch) | |
tree | 07bedd33a619f514aae9e2ba2e08440c2a194930 /source4/selftest | |
parent | 4bf988105b444cecb8b61be33d6b4d3a5c243732 (diff) | |
download | samba-87bbae7b0768d3606877a79155e42be0fa2843d8.tar.gz samba-87bbae7b0768d3606877a79155e42be0fa2843d8.tar.bz2 samba-87bbae7b0768d3606877a79155e42be0fa2843d8.zip |
Rename harness2subunit.pl -> tap2subunit to be consistent with the
subunit tools.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index f4f6d46b20..f8ffd97b2f 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -291,7 +291,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 "|" $PERL $samba4srcdir/../lib/subunit/harness2subunit.pl + plantest "pidl.`basename $f .pl`" none $PERL $f "|" $PERL $samba4srcdir/../lib/subunit/tap2subunit done else echo "Skipping pidl tests - Test::More not installed" |