summaryrefslogtreecommitdiff
path: root/t/porting/maintainers.t
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-07-07 16:12:10 +0200
committerFlorian Ragwitz <rafl@debian.org>2011-07-07 16:12:10 +0200
commit8053b81598ef346182082796415e3caa6e96d6eb (patch)
treecbeee6dc876f91f6dd437f293b1235e2e03abfb5 /t/porting/maintainers.t
parent8ceba1a470d4a87a27f40e4a0187b7d28c6d4912 (diff)
downloadperl-8053b81598ef346182082796415e3caa6e96d6eb.tar.gz
Drop non-TAP output from Maintainers.pm
Diffstat (limited to 't/porting/maintainers.t')
-rw-r--r--t/porting/maintainers.t4
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());
}