summaryrefslogtreecommitdiff
path: root/lib/vmsish.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-22 22:34:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-22 22:34:20 +0000
commit1e2e7acc9e622f0a712d5ea988401aac71ff8c16 (patch)
tree6039ad3c123400245322ab0eda0f27153fc99173 /lib/vmsish.t
parente028e334e6e242eec3af2ccca601a39d95d073d7 (diff)
downloadperl-1e2e7acc9e622f0a712d5ea988401aac71ff8c16.tar.gz
We do not want to see the utf8 hints bit.
p4raw-id: //depot/perl@16748
Diffstat (limited to 'lib/vmsish.t')
-rw-r--r--lib/vmsish.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vmsish.t b/lib/vmsish.t
index 03fdd6006d..24e3b041ea 100644
--- a/lib/vmsish.t
+++ b/lib/vmsish.t
@@ -13,6 +13,8 @@ plan(tests => 25);
SKIP: {
skip("tests for non-VMS only", 1) if $^O eq 'VMS';
+ no utf8;
+
BEGIN { $Orig_Bits = $^H }
# make sure that all those 'use vmsish' calls didn't do anything.