summaryrefslogtreecommitdiff
path: root/t/op/lfs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/lfs.t')
-rw-r--r--t/op/lfs.t11
1 files changed, 6 insertions, 5 deletions
diff --git a/t/op/lfs.t b/t/op/lfs.t
index 96180a1958..46d410da0a 100644
--- a/t/op/lfs.t
+++ b/t/op/lfs.t
@@ -26,15 +26,16 @@ sub bye {
}
sub explain {
- print STDERR <<EOM;
+ print <<EOM;
#
# If the lfs (large file support: large meaning larger than two gigabytes)
-# tests fail, it may mean either that your process is not allowed to write
-# large files or that the file system you are running the tests on doesn't
-# support large files, or both.
+# tests are skipped or fail, it may mean either that your process is not
+# allowed to write large files or that the file system you are running
+# the tests on doesn't support large files, or both. You may also need
+# to reconfigure your kernel. (This is all very system-dependent.)
#
# Perl may still be able to support large files, once you have
-# such a process and such a file system.
+# such a process and such a (file) system.
#
EOM
}