ruby-changes:10571
From: akr <ko1@a...>
Date: Sun, 8 Feb 2009 20:37:44 +0900 (JST)
Subject: [ruby-changes:10571] Ruby:r22127 (trunk): test renamed.
akr 2009-02-08 20:37:39 +0900 (Sun, 08 Feb 2009) New Revision: 22127 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22127 Log: test renamed. Modified files: trunk/test/socket/test_unix.rb Index: test/socket/test_unix.rb =================================================================== --- test/socket/test_unix.rb (revision 22126) +++ test/socket/test_unix.rb (revision 22127) @@ -296,7 +296,7 @@ } end - def test_linux_cred + def test_cred_linux return if /linux/ !~ RUBY_PLATFORM Dir.mktmpdir {|d| sockpath = "#{d}/sock" @@ -313,7 +313,7 @@ } end - def test_netbsd_cred + def test_cred_netbsd return if /netbsd/ !~ RUBY_PLATFORM Dir.mktmpdir {|d| sockpath = "#{d}/sock" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/