diff options
author | Nicolas R <atoomic@cpan.org> | 2019-02-13 20:22:10 -0600 |
---|---|---|
committer | Nicolas R <atoomic@cpan.org> | 2019-02-14 10:48:52 -0600 |
commit | 551524d7c29d0588fce9077be3d0ec93f8ca4c71 (patch) | |
tree | b7c742ef08eca4eafd35be67151514a9194ac80e /Porting/Maintainers.pl | |
parent | 2e598186867b2c0c875266a20b92853486e2b627 (diff) | |
download | perl-551524d7c29d0588fce9077be3d0ec93f8ca4c71.tar.gz |
Net::Ping 501_ping_icmpv6.t: disable sudo test
This is similar to the changes made in 7bfdd8260c
we do not want to use 'sudo' during the tests.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index af3a68f2df..e07e222dbb 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -825,6 +825,7 @@ use File::Glob qw(:case); lib/Net/Ping.pm t/000_load.t t/500_ping_icmp.t + t/501_ping_icmpv6.t ), ], |