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 Dec 17, 2024
1 parent c354176 commit 97444e7
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 @@ -38,7 +38,7 @@ def run_csv_filter(filepath, *cli_option_names)
"-I",
File.join(top_dir, "lib"),
File.join(top_dir, "bin", "csv-filter"),
* cli_option_names,
*cli_option_names,
filepath,
].join(' ')
Tempfile.create("stdout", mode: File::RDWR) do |stdout|
Expand Down

0 comments on commit 97444e7

Please sign in to comment.