Remove needless skip tests from lib/File/stat.t
authorNicholas Clark <nick@ccl4.org>
Wed, 13 Jun 2012 13:53:27 +0000 (15:53 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 21 Jun 2012 06:58:59 +0000 (08:58 +0200)
commit2ca571f439610d1ce38c8fbcb4bb638b2d881be1
tree4ebbf6e16baabf0bf6f3b91d71179c712d434998
parentdb8b11690af8b0c2b3e47e2608779a694309488d
Remove needless skip tests from lib/File/stat.t

The stat builtin is always implemented, so no need for an eval {} test to
check for this. The presence or absence of <sys/stat.h> at the C level isn't
going to affect the outcome of this test.

Both have been in the test script since it was added (as t/lib/filestat.t)
by commit f7a45afb043dafc5 in May 2001. I suspect that both were copied
from one of the Net::* test scripts which was being used as the template.
lib/File/stat.t