diff options
author | David Mitchell <davem@iabyn.com> | 2016-10-26 11:58:18 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-10-26 12:07:36 +0100 |
commit | 0fc44d0a1890e6805511495d35a65829f38c74f7 (patch) | |
tree | 421031eb8caa0c6f71b635951ec82459b09aab60 /Porting | |
parent | 2f4cbc090a480b0d02b4e74258b553c7998e45eb (diff) | |
download | perl-0fc44d0a1890e6805511495d35a65829f38c74f7.tar.gz |
Net::Ping: avoid stderr noise in tests
Send status info to STDOUT rather than STDERR.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3c0c0ab653..f4ed345e88 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -895,7 +895,7 @@ use File::Glob qw(:case); qw(t/601_pod-coverage.t), ], 'CUSTOMIZED' => [ - qw( t/001_new.t t/010_pingecho.t ), + qw( t/000_load.t t/001_new.t t/010_pingecho.t ), ], }, |