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

remove shell quoting, it is not needed

This commit is contained in:
Stig Sandbeck Mathisen 2014-10-04 20:16:59 +02:00
parent 92e7aaf801
commit c4ed6e7737

View File

@ -81,7 +81,7 @@ sub process_file {
}
elsif ( $interpreter =~ m{gawk} ) {
ok( check_file_with(
[ 'gawk', '--source', "'BEGIN { exit(0) } END { exit(0) }'",
[ 'gawk', '--source', 'BEGIN { exit(0) } END { exit(0) }',
'--file', $file
]
),