summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
-rw-r--r--test/ruby/test_rubyoptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index 69a7273f58..1bce8e0565 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 if /linux|freebsd|netbsd|openbsd/ !~ RUBY_PLATFORM
+ skip "platform dependent feature" if /linux|freebsd|netbsd|openbsd/ !~ RUBY_PLATFORM
with_tmpchdir do
write_file("test-script", "$0 = 'hello world'; sleep 60")