From: Jarkko Hietaniemi Date: Wed, 22 May 2002 22:34:20 +0000 (+0000) Subject: We do not want to see the utf8 hints bit. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e2e7acc9e622f0a712d5ea988401aac71ff8c16;p=p5sagit%2Fp5-mst-13.2.git We do not want to see the utf8 hints bit. p4raw-id: //depot/perl@16748 --- diff --git a/lib/vmsish.t b/lib/vmsish.t index 03fdd60..24e3b04 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.