summaryrefslogtreecommitdiff
path: root/dist/Safe/t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-12-01 00:21:17 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2009-12-01 00:26:11 +0100
commit9d5fa2fef2f7498beeacbefa90966b9242a6fab5 (patch)
tree552cb2874a94715c0585eae52d35b9896cc29d8d /dist/Safe/t
parent576b33a19ccaf98d4dfe201d529c55c3747f0cb6 (diff)
downloadperl-9d5fa2fef2f7498beeacbefa90966b9242a6fab5.tar.gz
Make the new test work in the core and bump version of Safe to 2.20
Diffstat (limited to 'dist/Safe/t')
-rw-r--r--dist/Safe/t/safesort.t6
1 files changed, 1 insertions, 5 deletions
diff --git a/dist/Safe/t/safesort.t b/dist/Safe/t/safesort.t
index 383ad1ab26..2b90afcbb0 100644
--- a/dist/Safe/t/safesort.t
+++ b/dist/Safe/t/safesort.t
@@ -1,10 +1,6 @@
-#!./perl -w
+#!perl -w
$|=1;
BEGIN {
- if($ENV{PERL_CORE}) {
- chdir 't' if -d 't';
- @INC = '../lib';
- }
require Config; import Config;
if ($Config{'extensions'} !~ /\bOpcode\b/ && $Config{'osname'} ne 'VMS') {
print "1..0\n";