summaryrefslogtreecommitdiff
path: root/ext/Storable/t/lock.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Storable/t/lock.t')
-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';
}