summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.