Avoid false negatives on Win32 with Shell.t tests.
authorGeorge Greer <perl@greerga.m-l.org>
Sat, 3 Oct 2009 00:12:08 +0000 (20:12 -0400)
committerSteve Hay <SteveHay@planit.com>
Sat, 3 Oct 2009 12:52:32 +0000 (13:52 +0100)
commitd0a59c98f4f34ddeebddf2659e1f796d77278ecc
treeb292ed2dd94f02567fb9e4dc9513d17f3d6fe507
parent2a61b33883f9349ccef3766df21d063b7a60e3b1
Avoid false negatives on Win32 with Shell.t tests.

On DOS and Windows, the 'dir' command includes the number of bytes free on
the filesystem so when t/Shell.t tries to compare two different 'dir' outputs
the test can fail because of other, unrelated activity on the filesystem.

Message-ID: alpine.LFD.2.00.0910022024380.18604@ein.m-l.org
cpan/Shell/t/Shell.t