summaryrefslogtreecommitdiff
path: root/t/lib
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/lib
parentd426514622e02e19e0f7d80565d8bdc52b55f520 (diff)
downloadperl-ae178db11db50e8d46c66980e186cfba029f0cb9.tar.gz
Be understanding about large file systems.
p4raw-id: //depot/cfgperl@4291
Diffstat (limited to 't/lib')
-rw-r--r--t/lib/syslfs.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/lib/syslfs.t b/t/lib/syslfs.t
index a8a7a0cde2..43e66feb59 100644
--- a/t/lib/syslfs.t
+++ b/t/lib/syslfs.t
@@ -116,6 +116,12 @@ unless($syswrite && $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++;