Skip to content

Commit

Permalink
fixup 5f57f47
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 11, 2021
1 parent f691433 commit 5683297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_getoptlong.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def verify(test_argv, expected_remaining_argv, expected_options)
actual_options << "#{opt}: #{arg}"
end
# Save remaining test ARGV and restore original ARGV.
actual_remaining_argv = ARGV
actual_remaining_argv = ARGV.dup
ARGV.replace(argv_saved)
# Assert.
assert_equal(expected_remaining_argv, actual_remaining_argv, 'ARGV')
Expand Down

0 comments on commit 5683297

Please sign in to comment.