diff options
Diffstat (limited to 't/op/readdir.t')
-rw-r--r-- | t/op/readdir.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/op/readdir.t b/t/op/readdir.t index fa155d9e36..5444b3ef74 100644 --- a/t/op/readdir.t +++ b/t/op/readdir.t @@ -57,8 +57,8 @@ is(ref $fh{abc}, 'GLOB'); isnt("$fh", "$fh[0]"); isnt("$fh", "$fh{abc}"); -# See that perl does not segfault upon readdir($x="."); -# http://rt.perl.org/rt3/Ticket/Display.html?id=68182 +# See that perl does not segfault upon readdir($x="."); +# https://rt.perl.org/rt3/Ticket/Display.html?id=68182 fresh_perl_like(<<'EOP', qr/^no crash/, {}, 'RT #68182'); eval { my $x = "."; |