From 53e0672c4e95399bde7c42bfd79ed6bda628cc0b Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 23 Dec 2007 15:48:39 +0000 Subject: [PATCH] * test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn): rename endblockwarn.rb to endblockwarn_rb to avoid unnecessary warning in make test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ test/ruby/{endblockwarn.rb => endblockwarn_rb} | 0 test/ruby/test_beginendblock.rb | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) rename test/ruby/{endblockwarn.rb => endblockwarn_rb} (100%) diff --git a/ChangeLog b/ChangeLog index 6d5bed1cbb..4d3d424885 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 24 00:47:05 2007 Yukihiro Matsumoto + + * test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn): + rename endblockwarn.rb to endblockwarn_rb to avoid unnecessary + warning in make test. + Sun Dec 23 23:03:13 2007 Tanaka Akira * encoding.c (rb_enc_codepoint): implemented to raise invalid diff --git a/test/ruby/endblockwarn.rb b/test/ruby/endblockwarn_rb similarity index 100% rename from test/ruby/endblockwarn.rb rename to test/ruby/endblockwarn_rb diff --git a/test/ruby/test_beginendblock.rb b/test/ruby/test_beginendblock.rb index 3e51adff38..21b9b4c33f 100644 --- a/test/ruby/test_beginendblock.rb +++ b/test/ruby/test_beginendblock.rb @@ -38,7 +38,7 @@ errout = ARGV.shift STDERR.reopen(File.open(errout, "w")) STDERR.sync = true Dir.chdir(#{q(DIR)}) -system("#{ruby}", "endblockwarn.rb") +system("#{ruby}", "endblockwarn_rb") EOF launcher.close launcherpath = launcher.path @@ -46,7 +46,7 @@ EOF erroutpath = errout.path system(ruby, launcherpath, erroutpath) expected = <