Skip to content

Commit ebb8f48

Browse files
committed
Respond to review
1 parent 119e98c commit ebb8f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/csv/csv-filter/test_csv_filter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run_csv_filter(filepath, *cli_option_names)
3333
].join(" ")
3434
Tempfile.create("stdout", mode: File::RDWR) do |stdout|
3535
Tempfile.create("stderr", mode: File::RDWR) do |stderr|
36-
status = system(command_line, {1 => stdout, 2 => stderr})
36+
system(command_line, {1 => stdout, 2 => stderr})
3737
stdout.rewind
3838
stderr.rewind
3939
[stdout.read, stderr.read]

0 commit comments

Comments
 (0)