summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-29 02:59:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-29 02:59:03 +0000
commit3055b6279da2a83c1dd8eceb24b548eccb134300 (patch)
treeb8629e60b4bd2f9fa7103716187b1651fd41f8f8 /ext
parent67d7b5efba6bec0629bea8f1e11cea68499f85da (diff)
downloadperl-3055b6279da2a83c1dd8eceb24b548eccb134300.tar.gz
MPE/iX tweaks from Mark Bixby.
p4raw-id: //depot/perl@15590
Diffstat (limited to 'ext')
-rw-r--r--ext/Storable/t/lock.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/Storable/t/lock.t b/ext/Storable/t/lock.t
index becaec3dae..77d73bbb79 100644
--- a/ext/Storable/t/lock.t
+++ b/ext/Storable/t/lock.t
@@ -28,10 +28,6 @@ sub BEGIN {
print "1..0 # Skip: Storable was not built\n";
exit 0;
}
- if ($^O eq 'mpeix') {
- print "1..0 # Skip: truncate missing on MPE\n";
- exit 0;
- }
require 'lib/st-dump.pl';
}