From: Jarkko Hietaniemi Date: Thu, 3 Aug 2000 00:00:26 +0000 (+0000) Subject: The subtest 4 may fail also on VOBS, as pointed out X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22ba6426feae3c16a356ca31868a38eb31e39920;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/t/op/stat.t b/t/op/stat.t index af4920c..353b3b3 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";