Fix shebang line of tap-to-junit-xml.pl

This fixes lp:1797634.
This commit is contained in:
Martin Konrad
2018-10-12 17:09:26 -04:00
parent ae63854dff
commit eed208afaa

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
=head1 NAME
tap-to-junit-xml - convert perl-style TAP test output to JUnit-style XML