Skip to content

Commit

Permalink
Update test/csv/csv-filter/test_csv_filter.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
BurdetteLamar and kou authored Feb 8, 2025
1 parent ebb8f48 commit 1776b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/csv/csv-filter/test_csv_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run_csv_filter(filepath, *cli_option_names)
File.join(top_dir, "bin", "csv-filter"),
*cli_option_names,
filepath,
].join(" ")
]
Tempfile.create("stdout", mode: File::RDWR) do |stdout|
Tempfile.create("stderr", mode: File::RDWR) do |stderr|
system(command_line, {1 => stdout, 2 => stderr})
Expand Down

0 comments on commit 1776b21

Please sign in to comment.