PATH resolution for true/false.
This commit is contained in:
		
					parent
					
						
							
								3062421cf5
							
						
					
				
			
			
				commit
				
					
						e4cbb382ab
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -36,8 +36,8 @@ my_dir = op.abspath(op.dirname(__file__))
 | 
				
			||||||
fixtures = op.join(my_dir, 'fixtures')
 | 
					fixtures = op.join(my_dir, 'fixtures')
 | 
				
			||||||
conf_dir = op.join(fixtures, "conf")
 | 
					conf_dir = op.join(fixtures, "conf")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bin_true = "/usr/bin/true"
 | 
					bin_true = "true"
 | 
				
			||||||
bin_false = "/usr/bin/false"
 | 
					bin_false = "false"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class LocalTestCase(test.CdistTestCase):
 | 
					class LocalTestCase(test.CdistTestCase):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue