=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libimage-sane-perl-5/t/2_exit.t-21-my $exe = "PERL5LIB=\"blib:blib/arch:lib:\$PERL5LIB\" $EXECUTABLE_NAME $fname"; libimage-sane-perl-5/t/2_exit.t:22:my $output = `$exe`; libimage-sane-perl-5/t/2_exit.t-23-like $output, qr/Exiting via sane_exit/, 'sane_exit() reached'; ############################################## libimage-sane-perl-5/t/81_scanimage-perl.t-37-for my $test (@tests) { libimage-sane-perl-5/t/81_scanimage-perl.t:38: my $output = `$scanimage_perl $test`; libimage-sane-perl-5/t/81_scanimage-perl.t-39- $output =~ s/scanimage-perl/scanimage/g; libimage-sane-perl-5/t/81_scanimage-perl.t:40: my $example = `scanimage --format=pnm $test`; libimage-sane-perl-5/t/81_scanimage-perl.t-41- is_deeply( $example, $output, $test );