From 4db4d80357a40690531cd393a79ec6f8f8484cd8 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: svn+ssh://ci.ruby-lang.org/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 99a813af4f..47c188a8dc 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 v1.2.3