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:
parent
92e7aaf801
commit
c4ed6e7737
2
t/test.t
2
t/test.t
@ -81,7 +81,7 @@ sub process_file {
|
|||||||
}
|
}
|
||||||
elsif ( $interpreter =~ m{gawk} ) {
|
elsif ( $interpreter =~ m{gawk} ) {
|
||||||
ok( check_file_with(
|
ok( check_file_with(
|
||||||
[ 'gawk', '--source', "'BEGIN { exit(0) } END { exit(0) }'",
|
[ 'gawk', '--source', 'BEGIN { exit(0) } END { exit(0) }',
|
||||||
'--file', $file
|
'--file', $file
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user