diff options
author | Kay Röpke <kroepke@dolphin-services.de> | 2002-02-01 02:10:43 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-01 14:42:58 +0000 |
commit | fe69a90c3f7231026ad863ff8acde1f0e0b750c3 (patch) | |
tree | df05367e1479a708546392d9488ee4d9d4b7b7e7 /t | |
parent | a6872d423f27ca69297bf4e6466ce19b6475dbcf (diff) | |
download | perl-fe69a90c3f7231026ad863ff8acde1f0e0b750c3.tar.gz |
Mentioning Darwins UFS ctime failure
Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
p4raw-id: //depot/perl@14512
Diffstat (limited to 't')
-rwxr-xr-x | t/op/stat.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/stat.t b/t/op/stat.t index 2f387198f0..81fd74ff87 100755 --- a/t/op/stat.t +++ b/t/op/stat.t @@ -106,6 +106,8 @@ SKIP: { # Check if you are on a tmpfs of some sort. Building in /tmp sometimes # has this problem. Also building on the ClearCase VOBS filesystem may # cause this failure. +# Darwins UFS doesn't have a ctime concept, and thus is +# expected to fail this test. DIAG } } |