mirror of
				https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
				synced 2025-10-31 07:06:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			199 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			199 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| #!/bin/perl
 | |
| 
 | |
| use FindBin;
 | |
| unshift @INC, "/usr/libexec/os-autoinst", "/usr/lib/os-autoinst", "$FindBin::Bin/../lib", "$FindBin::Bin/lib";
 | |
| 
 | |
| use Test::Strict;
 | |
| all_perl_files_ok(qw 'main.pm lib tests');
 |