summaryrefslogtreecommitdiff
path: root/t/op/lfs.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-10-02 23:43:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-10-02 23:43:53 +0000
commitae178db11db50e8d46c66980e186cfba029f0cb9 (patch)
tree85079cc5e3a1fad431cbd0545c4d0c81b471067f /t/op/lfs.t
parentd426514622e02e19e0f7d80565d8bdc52b55f520 (diff)
downloadperl-ae178db11db50e8d46c66980e186cfba029f0cb9.tar.gz
Be understanding about large file systems.
p4raw-id: //depot/cfgperl@4291
Diffstat (limited to 't/op/lfs.t')
-rw-r--r--t/op/lfs.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/op/lfs.t b/t/op/lfs.t
index 6f252312ab..87060e74c6 100644
--- a/t/op/lfs.t
+++ b/t/op/lfs.t
@@ -120,6 +120,12 @@ unless ($print && $close) {
print "# @s\n";
+unless ($s[7] == 5_000_000_003) {
+ print "1..0\n# not configured to use large files?\n";
+ explain();
+ bye();
+}
+
sub fail () {
print "not ";
$fail++;