mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):
skip on Windows because chmod 0 doesn't mean unreadable by owner. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									0d375e732d
								
							
						
					
					
						commit
						ae931140b9
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		|  | @ -1,3 +1,8 @@ | |||
| Wed Jan  5 14:06:01 2011  NAKAMURA Usaku  <usa@ruby-lang.org> | ||||
| 
 | ||||
| 	* test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files): | ||||
| 	  skip on Windows because chmod 0 doesn't mean unreadable by owner. | ||||
| 
 | ||||
| Wed Jan  5 13:56:54 2011  Akinori MUSHA  <knu@iDaemons.org> | ||||
| 
 | ||||
| 	* lib/net/http.rb (Net::HTTP#get): A header hash given should not | ||||
|  |  | |||
|  | @ -17,6 +17,7 @@ class TestRDocOptions < MiniTest::Unit::TestCase | |||
|   end | ||||
| 
 | ||||
|   def test_check_files | ||||
|     skip "assumes UNIX permition model" if /mswin|mingw/ =~ RUBY_PLATFORM | ||||
|     out, err = capture_io do | ||||
|       Dir.mktmpdir do |dir| | ||||
|         Dir.chdir dir do | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 usa
						usa