The var_LINENO3.tests fails for hush: it does start from 0, but does not increment. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
		
			
				
	
	
		
			3 lines
		
	
	
		
			98 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			98 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
$THIS_SH -c 'echo "LINENO starts from $LINENO in -c"
 | 
						|
echo "and increments on next line: $LINENO"'
 |