Skip to content

Commit

Permalink
Respond to review
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar committed Dec 18, 2024
1 parent 119e98c commit ebb8f48
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 @@ -33,7 +33,7 @@ def run_csv_filter(filepath, *cli_option_names)
].join(" ")
Tempfile.create("stdout", mode: File::RDWR) do |stdout|
Tempfile.create("stderr", mode: File::RDWR) do |stderr|
status = system(command_line, {1 => stdout, 2 => stderr})
system(command_line, {1 => stdout, 2 => stderr})
stdout.rewind
stderr.rewind
[stdout.read, stderr.read]
Expand Down

0 comments on commit ebb8f48

Please sign in to comment.