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:
parent
d02b0d9558
commit
a903f89a23
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue