diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-07-07 16:12:10 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-07-07 16:12:10 +0200 |
commit | 8053b81598ef346182082796415e3caa6e96d6eb (patch) | |
tree | cbeee6dc876f91f6dd437f293b1235e2e03abfb5 /t/porting/maintainers.t | |
parent | 8ceba1a470d4a87a27f40e4a0187b7d28c6d4912 (diff) | |
download | perl-8053b81598ef346182082796415e3caa6e96d6eb.tar.gz |
Drop non-TAP output from Maintainers.pm
Diffstat (limited to 't/porting/maintainers.t')
-rw-r--r-- | t/porting/maintainers.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/porting/maintainers.t b/t/porting/maintainers.t index 287047f67e..f5edaa8693 100644 --- a/t/porting/maintainers.t +++ b/t/porting/maintainers.t @@ -23,12 +23,12 @@ if ($^O eq 'VMS') { } { - local @ARGV = qw|--tap-output --checkmani|; + local @ARGV = qw|--checkmani|; show_results(process_options()); } { - local @ARGV = qw|--tap-output --checkmani lib/ ext/|; + local @ARGV = qw|--checkmani lib/ ext/|; show_results(process_options()); } |