mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
remove shell quoting, it is not needed
This commit is contained in:
parent
92e7aaf801
commit
c4ed6e7737
1 changed files with 1 additions and 1 deletions
2
t/test.t
2
t/test.t
|
@ -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
|
||||
]
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue