From: Tatsuhiko Miyagawa Date: Mon, 15 Jul 2002 16:29:28 +0000 (+0900) Subject: RC3: lib/constant.t #35 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08411240a1e5278b0232e1455d984110b1c5343b;p=p5sagit%2Fp5-mst-13.2.git RC3: lib/constant.t #35 Message-ID: <86adotwisn.wl@mail.edge.co.jp> Assuming " " in error messages does not work in Japanese, just skip the test (even the #34 is suspicious). p4raw-id: //depot/perl@17545 --- diff --git a/lib/constant.t b/lib/constant.t index f932976..1127dcf 100644 --- a/lib/constant.t +++ b/lib/constant.t @@ -125,7 +125,7 @@ test 33, E2BIG == 7; # This is something like "Arg list too long", but the actual message # text may vary, so we can't test much better than this. test 34, length(E2BIG) > 6; -test 35, index(E2BIG, " ") > 0; +test 35, 1; # Skipped: used to assume " ", false in ja_JP.eucJP on Linux test 36, @warnings == 0, join "\n", "unexpected warning", @warnings; @warnings = (); # just in case