mirror of
				https://git.tukaani.org/xz.git
				synced 2025-10-26 19:12:59 +00:00 
			
		
		
		
	Cosmetic edit to test_files.sh.
This commit is contained in:
		
							parent
							
								
									9a71d57310
								
							
						
					
					
						commit
						2fd2d18154
					
				| @ -16,7 +16,7 @@ | |||||||
| # | # | ||||||
| ############################################################################### | ############################################################################### | ||||||
| 
 | 
 | ||||||
| for I in "$srcdir/files/"good-* | for I in "$srcdir"/files/good-*.lzma | ||||||
| do | do | ||||||
| 	if ! ../src/lzmadec/lzmadec "$I" > /dev/null 2> /dev/null ; then | 	if ! ../src/lzmadec/lzmadec "$I" > /dev/null 2> /dev/null ; then | ||||||
| 		echo "Good file failed: $I" | 		echo "Good file failed: $I" | ||||||
| @ -25,7 +25,7 @@ do | |||||||
| 	fi | 	fi | ||||||
| done | done | ||||||
| 
 | 
 | ||||||
| for I in "$srcdir/files/"bad-* | for I in "$srcdir"/files/bad-*.lzma | ||||||
| do | do | ||||||
| 	if ../src/lzmadec/lzmadec "$I" > /dev/null 2> /dev/null ; then | 	if ../src/lzmadec/lzmadec "$I" > /dev/null 2> /dev/null ; then | ||||||
| 		echo "Bad file succeeded: $I" | 		echo "Bad file succeeded: $I" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user