X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=blobdiff_plain;f=t%2F21-list.t;h=4f973586ab13bba9390c0a2d48f2eaef97bdae9e;hp=80eb5ab6706ca8c1235422e9587211aaf3a8187c;hb=2d8aec84852aa584b41d7cfce42088fec7ca8582;hpb=ffe40b718c29e7f7a3ced4c719302736c573d710 diff --git a/t/21-list.t b/t/21-list.t index 80eb5ab..4f97358 100644 --- a/t/21-list.t +++ b/t/21-list.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 40; +use Test::More tests => 39; use Sub::Nary; @@ -63,7 +63,6 @@ my @tests = ( [ sub { -f $0, -r $0 }, 2 ], - [ sub { stat $0 }, 13 ], [ sub { caller 0 }, sub { my @a = caller 0; scalar @a }->() ], [ sub { localtime }, do { my @a = localtime; scalar @a } ], [ sub { gmtime }, do { my @a = gmtime; scalar @a } ],