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