mirror of
				https://github.com/Cisco-Talos/clamav.git
				synced 2025-10-30 23:50:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| exit 77
 | |
| . $srcdir/check_common.sh
 | |
| init_helgrind
 | |
| WRAPPER="$VALGRIND $VALGRIND_FLAGS_RACE" test_clamd1 7
 | |
| end_valgrind 7
 | 
