Skip to content

Commit 1941bf1

Browse files
authored
Merge pull request #820 from snu5mumr1k/main
Make test_sprocketize use the interpreter that runs it
2 parents 53e8e3d + edf995c commit 1941bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_sprocketize.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ def teardown
8585
def sprockets(*args)
8686
script = File.expand_path("../../bin/sprockets", __FILE__)
8787
lib = File.expand_path("../../lib", __FILE__)
88-
`ruby -I#{lib} #{script} #{Shellwords.join(args)} 2>&1`
88+
`#{RbConfig.ruby} -I#{lib} #{script} #{Shellwords.join(args)} 2>&1`
8989
end
9090
end

0 commit comments

Comments
 (0)