From: Jarkko Hietaniemi Date: Fri, 8 Feb 2002 03:08:20 +0000 (+0000) Subject: To really skip the test an exit() is needed. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f963d18b45f22cda3029bf090e5d41f52f4ab8b;p=p5sagit%2Fp5-mst-13.2.git To really skip the test an exit() is needed. p4raw-id: //depot/perl@14593 --- diff --git a/lib/encoding.t b/lib/encoding.t index d61c4f6..bc7437f 100644 --- a/lib/encoding.t +++ b/lib/encoding.t @@ -3,6 +3,7 @@ print "1..19\n"; BEGIN { if (ord("A") == 193) { print "1..0 # encoding pragma does not support EBCDIC platforms\n"; + exit(0); } }