From a903f89a23f0babeefabda3adb7b8d4c26fc4a0b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Jan 2012 08:27:24 +0000 Subject: [PATCH] * 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 --- test/ruby/test_rubyoptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 83f7761c52..339999a17e 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -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")