mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* test/socket/test_unix.rb: disabled on cygwin.
reported by Kouhei Yanagita. [ruby-dev:29080] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									424e510898
								
							
						
					
					
						commit
						8dc2209fae
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		|  | @ -1,3 +1,8 @@ | |||
| Sun Jul 23 22:59:49 2006  Tanaka Akira  <akr@fsij.org> | ||||
| 
 | ||||
| 	* test/socket/test_unix.rb: disabled on cygwin. | ||||
| 	  reported by Kouhei Yanagita.  [ruby-dev:29080] | ||||
| 
 | ||||
| Fri Jul 21 21:21:08 2006  Nobuyoshi Nakada  <nobu@ruby-lang.org> | ||||
| 
 | ||||
| 	* eval.c (rb_call0): include funcalled methods in caller list. | ||||
|  |  | |||
|  | @ -138,4 +138,4 @@ class TestUNIXSocket < Test::Unit::TestCase | |||
|     s2.close if s2 | ||||
|   end | ||||
| 
 | ||||
| end if defined?(UNIXSocket) | ||||
| end if defined?(UNIXSocket) && /cygwin/ !~ RUBY_PLATFORM | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 akr
						akr