From: Andy Dougherty Date: Fri, 16 Nov 2001 16:28:45 +0000 (-0500) Subject: lib/Unicode/UCD.t @INC oddity X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a778afa6a6f35f52eba5ee0f0eaae0aa3d425381;p=p5sagit%2Fp5-mst-13.2.git lib/Unicode/UCD.t @INC oddity Message-Id: p4raw-id: //depot/perl@13057 --- diff --git a/lib/Unicode/UCD.t b/lib/Unicode/UCD.t index e70e104..1bed138 100644 --- a/lib/Unicode/UCD.t +++ b/lib/Unicode/UCD.t @@ -1,14 +1,14 @@ -use Unicode::UCD; - -use strict; - BEGIN { if (ord("A") == 193) { print "1..0 # Skip: EBCDIC\n"; exit 0; } + chdir 't' if -d 't'; + @INC = '../lib'; } +use strict; +use Unicode::UCD; use Test; BEGIN { plan tests => 162 };