diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-03 00:00:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-03 00:00:26 +0000 |
commit | 22ba6426feae3c16a356ca31868a38eb31e39920 (patch) | |
tree | e25650274fd9440c8ec86cb9b17a82fac4f07f43 /t | |
parent | 0be093c9cd73a6fc755839b1072012653fad7065 (diff) | |
download | perl-22ba6426feae3c16a356ca31868a38eb31e39920.tar.gz |
The subtest 4 may fail also on VOBS, as pointed out
by Nick Ing-Simmons in November 1999, bug id 19991124.003
(but the failure in that bug report isn't the subtest 4).
p4raw-id: //depot/perl@6501
Diffstat (limited to 't')
-rwxr-xr-x | t/op/stat.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/stat.t b/t/op/stat.t index af4920cd43..353b3b3b2f 100755 --- a/t/op/stat.t +++ b/t/op/stat.t @@ -80,6 +80,7 @@ else { print "not ok 4\n"; print "#4 If test op/stat.t fails test 4, check if you are on a tmpfs\n"; print "#4 of some sort. Building in /tmp sometimes has this problem.\n"; + print "#4 Also building on the ClearCase VOBS filesystem may cause this failure.\n"; } print "#4 :$mtime: should != :$ctime:\n"; |