diff --git a/t/test.t b/t/test.t index 0c4f6730..0f7085f9 100644 --- a/t/test.t +++ b/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 ] ),