diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2005-01-16 02:30:45 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-01-19 11:30:38 +0000 |
commit | 151269f6b19acf66be4301c6a8ad22acbd4b3c22 (patch) | |
tree | 6f5b1ad3f4377739c8fb3512c337f742b17a1cea | |
parent | 907e51147bc707de302c94d14addc54fdb84d588 (diff) | |
download | perl-151269f6b19acf66be4301c6a8ad22acbd4b3c22.tar.gz |
op/stat.t test 9 failing on recent cygwin snapshots
Message-ID: <20050116183045.GA2768@efn.org>
p4raw-id: //depot/perl@23821
-rwxr-xr-x | t/op/stat.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/stat.t b/t/op/stat.t index 23445c217f..6afbadc841 100755 --- a/t/op/stat.t +++ b/t/op/stat.t @@ -71,7 +71,7 @@ sleep 3 if $funky_FAT_timestamps; print FOO "Now is the time for all good men to come to.\n"; close(FOO); -sleep 2 unless $funky_FAT_timestamps; +sleep 2; SKIP: { |