2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

"handle" expect scripts by pretending syntax is ok

This commit is contained in:
Stig Sandbeck Mathisen 2014-10-04 21:49:45 +02:00
parent 7c030f5572
commit 673303f127

View File

@ -91,6 +91,11 @@ sub process_file {
$filename . " gawk syntax check"
);
}
elsif ( $interpreter =~ m{expect} ) {
pass(
"No idea how to check expect scripts, pretending everything is ok"
);
}
else {
fail( $filename . " unknown interpreter " . $interpreter );
}