summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-02 06:28:20 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-02 06:28:20 +0000
commit5376610d0c671fd9076cd8347e2aac388b93dde2 (patch)
tree3597cfe628dfd507ff999dfe27ee4d02aefd3832 /test
parent1ee9f3759db908682504685ee1825db436cafa73 (diff)
Add ignore_stderr because it outputs "circular require" warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_require.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_require.rb b/test/ruby/test_require.rb
index cb17b915c2..bca6a9754c 100644
--- a/test/ruby/test_require.rb
+++ b/test/ruby/test_require.rb
@@ -400,7 +400,7 @@ class TestRequire < Test::Unit::TestCase
# in C-level. And redirecting stderr to a pipe seems to change
# some blocking timings and causes a deadlock, so run in a
# separated process for the time being.
- assert_separately(["-w", "-", path, bug5754], <<-'end;')
+ assert_separately(["-w", "-", path, bug5754], <<-'end;', ignore_stderr: true)
path, bug5754 = *ARGV
start = false