mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-11-04 03:55:15 +00:00 
			
		
		
		
	fixed an error message
This commit is contained in:
		
							parent
							
								
									5cc318eb35
								
							
						
					
					
						commit
						afdc9ad006
					
				@ -1,3 +1,7 @@
 | 
			
		||||
2010-01-12  BVK Chaitanya  <bvk@dbook>
 | 
			
		||||
 | 
			
		||||
	* tests/util/grub-shell-tester.in: Fix error message.
 | 
			
		||||
 | 
			
		||||
2010-01-08  BVK Chaitanya  <bvk.groups@gmail.com>
 | 
			
		||||
 | 
			
		||||
	Unit testing framework for GRUB.
 | 
			
		||||
 | 
			
		||||
@ -98,7 +98,7 @@ bash ${source} >${outfile2}
 | 
			
		||||
 | 
			
		||||
if ! diff -q ${outfile1} ${outfile2} >/dev/null
 | 
			
		||||
then
 | 
			
		||||
  echo "$1: GRUB and BASH outputs (${outfile1}, ${outfile2}) did not match"
 | 
			
		||||
  echo "${source}: GRUB and BASH outputs did not match (see diff -u ${outfile1} ${outfile2})"
 | 
			
		||||
  status=1
 | 
			
		||||
else
 | 
			
		||||
    rm -f ${outfile1} ${outfile2}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user