1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enabled the test too.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-01-20 08:27:24 +00:00
parent d02b0d9558
commit a903f89a23

View file

@ -418,7 +418,7 @@ class TestRubyOptions < Test::Unit::TestCase
end
def test_set_program_name
skip "platform dependent feature" if /linux|freebsd|netbsd|openbsd/ !~ RUBY_PLATFORM
skip "platform dependent feature" if /linux|freebsd|netbsd|openbsd|darwin/ !~ RUBY_PLATFORM
with_tmpchdir do
write_file("test-script", "$0 = 'hello world'; sleep 60")