summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-11-11 23:17:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-11-11 23:17:43 +0000
commite0a6d3c33da32eef03f5e7fbab4504e891e59e4d (patch)
treee3c8fcc891d8978d35f507c9ed8927f49653fa72 /t
parent83fae80d15ed6a1b229b19bd7aa5b666d1e9ab9a (diff)
downloadperl-e0a6d3c33da32eef03f5e7fbab4504e891e59e4d.tar.gz
Turn on largefileness always if available and
continue 64-bit fixes. p4raw-id: //depot/cfgperl@4552
Diffstat (limited to 't')
-rw-r--r--t/lib/syslfs.t6
-rw-r--r--t/op/lfs.t6
2 files changed, 0 insertions, 12 deletions
diff --git a/t/lib/syslfs.t b/t/lib/syslfs.t
index 43e66feb59..ce91db6e3c 100644
--- a/t/lib/syslfs.t
+++ b/t/lib/syslfs.t
@@ -3,12 +3,6 @@
# If you modify/add tests here, remember to update also t/op/lfs.t.
BEGIN {
- # Don't bother if there are no quads.
- eval { my $q = pack "q", 0 };
- if ($@) {
- print "1..0\n# no 64-bit types\n";
- exit(0);
- }
chdir 't' if -d 't';
unshift @INC, '../lib';
require Config; import Config;
diff --git a/t/op/lfs.t b/t/op/lfs.t
index 87060e74c6..140846f7a2 100644
--- a/t/op/lfs.t
+++ b/t/op/lfs.t
@@ -3,12 +3,6 @@
# If you modify/add tests here, remember to update also t/lib/syslfs.t.
BEGIN {
- # Don't bother if there are no quads.
- eval { my $q = pack "q", 0 };
- if ($@) {
- print "1..0\n# no 64-bit types\n";
- exit(0);
- }
chdir 't' if -d 't';
unshift @INC, '../lib';
# Don't bother if there are no quad offsets.