From 5dada13f9dbeba5aa69b6e83ed276cea5f502fa6 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 8 Dec 2007 18:47:42 +0000 Subject: fix previous commit. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index 99a813af4..47c188a8d 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -60,6 +60,6 @@ assert_equal 'ok', %q{ assert_equal 'ok', %q{ s1 = "\x81\x41".force_encoding("sjis") s2 = "\x81\x61".force_encoding("sjis") - s1.casecmp(s2) ? :ng : :ok + s1.casecmp(s2) == 0 ? :ng : :ok } -- cgit