diff options
Diffstat (limited to 't/op/lfs.t')
-rw-r--r-- | t/op/lfs.t | 6 |
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++; |