This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Stop sysio.t changing into t/op, and hence creating a temporary file there.
authorNicholas Clark <nick@ccl4.org>
Mon, 25 Oct 2010 07:51:55 +0000 (08:51 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 25 Oct 2010 07:51:55 +0000 (08:51 +0100)
commitc2970a99031b996544125e1d90c2dcbd63baa2d4
treec568e9bf2ddc5888266b02ca86f21548a7018855
parent574fde551fdfac289d149541a993a1583cb6c618
Stop sysio.t changing into t/op, and hence creating a temporary file there.

Creating a file there causes a race condition with (at least) glob.t, which
lists the contents of t/op by various means, and compares the results for
consistency.
t/op/sysio.t