From 01fd0228114ccc08a3e7c937b920695a6d2b21ca Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 7 Jun 2011 09:16:02 +0000 Subject: * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): should show some messages when skippning tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rubyoptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_rubyoptions.rb') 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") -- cgit v1.2.3