Skip to content

Commit

Permalink
Merge pull request #649 from rbalint/master
Browse files Browse the repository at this point in the history
Run redcarpet in redcarpet_bin_test with the interpreter the test sta…
  • Loading branch information
robin850 committed Mar 25, 2018
2 parents e23383e + b14dbd7 commit 7352162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/redcarpet_bin_test.rb
Expand Up @@ -64,8 +64,8 @@ def test_legacy_option_parsing

def run_bin(*args)
bin_path = File.expand_path('../../bin/redcarpet', __FILE__)
ruby = "ruby " if RUBY_PLATFORM =~ /mswin|mingw/
IO.popen("#{ruby}#{bin_path} #{args.join(" ")}") do |stream|
ruby = RbConfig.ruby
IO.popen("#{ruby} #{bin_path} #{args.join(" ")}") do |stream|
@output = stream.read
end
end
Expand Down

0 comments on commit 7352162

Please sign in to comment.