===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apt-file-3.2.2/tests-apt-file/runtests-41-	my $cmd = "@ARGV $vars->{args}";
apt-file-3.2.2/tests-apt-file/runtests:42:	system("$cmd > $tmpdir/$name.out 2> $tmpdir/$name.err");
apt-file-3.2.2/tests-apt-file/runtests-43-	if (!WIFEXITED($?)) {
##############################################
apt-file-3.2.2/tests-apt-file/runtests-57-		print "FAIL: $name: Unexpected output on stderr:\n";
apt-file-3.2.2/tests-apt-file/runtests:58:		system("cat $tmpdir/$name.err");
apt-file-3.2.2/tests-apt-file/runtests-59-		$this_fail = 1;
##############################################
apt-file-3.2.2/tests-apt-file/runtests-62-	my $expected = "t/$name.out";
apt-file-3.2.2/tests-apt-file/runtests:63:	if (system("diff -u $expected $tmpdir/$name.out") != 0) {
apt-file-3.2.2/tests-apt-file/runtests-64-		print "FAIL: $name: Expected and actual output differ\n";