mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Merged revisions 72859 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72859 | antoine.pitrou | 2009-05-23 18:32:32 +0200 (sam., 23 mai 2009) | 3 lines Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD ........
This commit is contained in:
		
							parent
							
								
									9c80cacb8c
								
							
						
					
					
						commit
						d7b3046289
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -252,7 +252,7 @@ def testAbles(self):
 | 
				
			||||||
                    self.assertEquals(f.readable(), False)
 | 
					                    self.assertEquals(f.readable(), False)
 | 
				
			||||||
                    self.assertEquals(f.writable(), True)
 | 
					                    self.assertEquals(f.writable(), True)
 | 
				
			||||||
                    if sys.platform != "darwin" and \
 | 
					                    if sys.platform != "darwin" and \
 | 
				
			||||||
                       not sys.platform.startswith('freebsd') and \
 | 
					                       'bsd' not in sys.platform and \
 | 
				
			||||||
                       not sys.platform.startswith('sunos'):
 | 
					                       not sys.platform.startswith('sunos'):
 | 
				
			||||||
                        # Somehow /dev/tty appears seekable on some BSDs
 | 
					                        # Somehow /dev/tty appears seekable on some BSDs
 | 
				
			||||||
                        self.assertEquals(f.seekable(), False)
 | 
					                        self.assertEquals(f.seekable(), False)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue