summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-02 03:34:15 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-02 03:34:15 +0000
commit50cc7057af5495c8c50715720de1f3c48918f011 (patch)
tree87a5e904a65bd84fbc4c6b825f314449e96f5ece /test/ruby/test_process.rb
parent25acda257cdc336a83372acc21fb8b899bd25635 (diff)
* 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
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 99723f625f..2d074219cd 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -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]'