From f407f2e652b690364849d254880b3d7af2546bc3 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 23 Dec 2007 15:48:39 +0000 Subject: * test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn): rename endblockwarn.rb to endblockwarn_rb to avoid unnecessary warning in make test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_beginendblock.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ruby/test_beginendblock.rb') diff --git a/test/ruby/test_beginendblock.rb b/test/ruby/test_beginendblock.rb index 3e51adff3..21b9b4c33 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 = <