* 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
@ -418,7 +418,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_set_program_name
|
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
|
with_tmpchdir do
|
||||||
write_file("test-script", "$0 = 'hello world'; sleep 60")
|
write_file("test-script", "$0 = 'hello world'; sleep 60")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user