This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In t/op/filetest.t, use the tempfile instead of t/TEST in two tests.
authorNicholas Clark <nick@ccl4.org>
Thu, 24 May 2012 09:57:21 +0000 (11:57 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 31 May 2012 16:09:46 +0000 (18:09 +0200)
commit8f67f7cf935f1eccce5950cc26b42d2dd4e10602
tree83f2664df4e09a6e5476616c9f7eaafd4a1a466f
parente687eccd5383c3e09f3fa6fb6761a4949e743d51
In t/op/filetest.t, use the tempfile instead of t/TEST in two tests.

This avoids needing to skip the two tests if t/TEST is a symlink, which is
the case when building with -Dmksymlinks.
t/op/filetest.t