This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the tests that blow away %ENV to the end of t/op/magic.t
authorNicholas Clark <nick@ccl4.org>
Wed, 23 Feb 2011 15:56:35 +0000 (15:56 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 23 Feb 2011 15:56:35 +0000 (15:56 +0000)
commit61ec922c7335a9814ce5ab2d4b51f45165a79fe8
tree795cec8c162dbfdd176969e9e37b6b4def411c1a
parent102bfa8541be752d665d6f4e52b61003e0e07b6d
Move the tests that blow away %ENV to the end of t/op/magic.t

If %ENV is cleared, some platforms can't spawn new processes, which prevents
the use of fresh_perl_*().
t/op/magic.t