]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - t/21-list.t
stat() can also return no arguments if the file can't be found. Hopefully, our %ops...
[perl/modules/Sub-Nary.git] / t / 21-list.t
index 80eb5ab6706ca8c1235422e9587211aaf3a8187c..4f973586ab13bba9390c0a2d48f2eaef97bdae9e 100644 (file)
@@ -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 } ],