'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
		
			
				
	
	
		
			5 lines
		
	
	
		
			73 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			73 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
BUSYBOX=$(type -p busybox)
 | 
						|
SAVED_PATH=$PATH
 | 
						|
unset PATH
 | 
						|
$BUSYBOX which ls
 |