summaryrefslogtreecommitdiff
path: root/t/lib/safe.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/safe.t')
-rwxr-xr-xt/lib/safe.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/safe.t b/t/lib/safe.t
index dfd6032cc7..e59c81406b 100755
--- a/t/lib/safe.t
+++ b/t/lib/safe.t
@@ -4,7 +4,7 @@ BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
- if ($Config{'extensions'} !~ /\bSafe\b/ && $Config{'osname'} ne 'VMS') {
+ if ($Config{'extensions'} !~ /\bSafe\b/ && $^O ne 'VMS') {
print "1..0\n";
exit 0;
}