Skip to content

Commit

Permalink
Removed unneeded wait variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich authored and drbrain committed Aug 12, 2011
1 parent 5b1df80 commit 4806dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rake_functional.rb
Expand Up @@ -436,7 +436,7 @@ def rake(*rake_options)
def run_ruby(option_list)
puts "COMMAND: [#{RUBY} #{option_list.join ' '}]" if @verbose

inn, out, err, wait = Open3.popen3(Gem.ruby, *option_list)
inn, out, err = Open3.popen3(Gem.ruby, *option_list)
inn.close

@out = out.read
Expand Down

0 comments on commit 4806dd9

Please sign in to comment.