镜像自地址
				https://git.tukaani.org/xz.git
				已同步 2025-11-03 23:12:57 +00:00 
			
		
		
		
	test_compress.sh now takes one command line argument: a filename to be tested. If it begins with "compress_generated_" the file will be created with create_compress_files. This will allow parallel execution of the slow tests.
		
			
				
	
	
		
			4 行
		
	
	
		
			66 B
		
	
	
	
		
			Bash
		
	
	
		
			可执行文件
		
	
	
	
	
			
		
		
	
	
			4 行
		
	
	
		
			66 B
		
	
	
	
		
			Bash
		
	
	
		
			可执行文件
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
exec "$srcdir/test_compress.sh" compress_generated_abc
 |