aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_beginendblock.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-30 19:03:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-30 19:03:47 +0000
commitb5cd43c998038156ecf5fc28e5138b7f88b9aafe (patch)
treeaee22029a6b5c60fd7f0cdddf75cd42f4f1dedec /test/ruby/test_beginendblock.rb
parente0ad353fe0419b642fd1f6070e8527b61cb0e4ed (diff)
downloadruby-b5cd43c998038156ecf5fc28e5138b7f88b9aafe.tar.gz
* file.c (file_expand_path): check if expanded dname encoding is
compatible with fname, not just copying. [ruby-core:30516] * test/ruby/test_beginendblock.rb (test_endblockwarn): needs encoding comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_beginendblock.rb')
-rw-r--r--test/ruby/test_beginendblock.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_beginendblock.rb b/test/ruby/test_beginendblock.rb
index 2ddcddd43b..dd72ac8101 100644
--- a/test/ruby/test_beginendblock.rb
+++ b/test/ruby/test_beginendblock.rb
@@ -55,6 +55,7 @@ class TestBeginEndBlock < Test::Unit::TestCase
errout = Tempfile.new(self.class.name)
launcher << <<EOF
+# -*- coding: #{ruby.encoding.name} -*-
errout = ARGV.shift
STDERR.reopen(File.open(errout, "w"))
STDERR.sync = true