On Tue, Jun 10, 2003 at 04:58:52PM -0500, Craig Berry wrote: > I'm not seeing the hangs that Peter is seeing, but I do see one MakeMaker failure in > [EMAIL PROTECTED] on OpenVMS Alpha 7.2-1: > > $ perl [-.lib.extutils.t]command.t > 1..27 > ok 1 - use ExtUtils::Command; > not ok 2 - found one file > # Failed test ([-.lib.extutils.t]command.t at line 54) > # got: '2' > # expected: '1' > > There are two files because the t/ directory has a file called 'base' and also a > directory called 'base' (or, on VMS 'base.DIR'). If I understand how the test is > working, it seems a bit vulnerable to whatever happens to be first in the alphabet > in the test directory. If another test, for example, created aatmp.1 and aatmp.2 > and failed to clean them up, these would both get picked up in the wildcard > expansion.
Ok, I suppose I'll create a temp directory and populate it with files instead to be safe. -- Death? Its like being on holiday with a group of Germans.
