From dc952ac536993e55aa2b73f3ccc2fa0f042dfc36 Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 7 Oct 2003 06:32:18 +0000 Subject: * test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited older version.. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/endblockwarn.rb | 14 -------------- test/ruby/test_beginendblock.rb | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/endblockwarn.rb b/test/ruby/endblockwarn.rb index 8da5c241ee..7b7f97f597 100644 --- a/test/ruby/endblockwarn.rb +++ b/test/ruby/endblockwarn.rb @@ -1,17 +1,3 @@ -BEGIN { - if errout = ARGV.shift - dir = File.dirname(File.expand_path(__FILE__)) - basename = File.basename(__FILE__) - require "#{dir}/envutil" - STDERR.reopen(File.open(errout, "w")) - STDERR.sync = true - Dir.chdir(dir) - cmd = "\"#{EnvUtil.rubybin}\" \"#{basename}\"" - exec(cmd) - exit!("must not reach here") - end -} - def end1 END {} end diff --git a/test/ruby/test_beginendblock.rb b/test/ruby/test_beginendblock.rb index 202a8080ae..c7296a4e85 100644 --- a/test/ruby/test_beginendblock.rb +++ b/test/ruby/test_beginendblock.rb @@ -48,7 +48,7 @@ EOF erroutpath = errout.path system("#{q(ruby)} #{q(launcherpath)} #{q(erroutpath)}") expected = <