mirror of
				https://git.tukaani.org/xz.git
				synced 2025-10-31 13:32:56 +00:00 
			
		
		
		
	Fix test_compress.sh.
It broke when --memory option was removed from xzdec. Thanks to Jonathan Nieder.
This commit is contained in:
		
							parent
							
								
									792331bdee
								
							
						
					
					
						commit
						d5653ba8a1
					
				| @ -62,9 +62,9 @@ test_xz() { | |||||||
| 	echo . | tr -d '\n\r' | 	echo . | tr -d '\n\r' | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| XZ="../src/xz/xz --memory=28MiB --threads=1" | XZ="../src/xz/xz --memlimit-compress=28MiB --memlimit-decompress=4MiB \ | ||||||
| XZDEC="../src/xzdec/xzdec --memory=4MiB" | 		--no-adjust --threads=1 --check=crc64" | ||||||
| unset XZ_OPT | XZDEC="../src/xzdec/xzdec" # No memory usage limiter available | ||||||
| 
 | 
 | ||||||
| # Create the required input files. | # Create the required input files. | ||||||
| if ./create_compress_files ; then | if ./create_compress_files ; then | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user