* test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe now

we can test it.

* test/ruby/test_thread.rb (TestThread#test_thread_timer_and_interrupt):
  ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2013-05-02 03:34:15 +00:00
parent 25acda257c
commit 50cc7057af
4 changed files with 11 additions and 7 deletions

View file

@ -1356,7 +1356,7 @@ class TestProcess < Test::Unit::TestCase
}
assert(status.success?, "[ruby-dev:38105]")
}
end unless /mswin|bccwin|mingw/ =~ RUBY_PLATFORM
end
def test_fallback_to_sh
feature = '[ruby-core:32745]'