Skip to content

Commit be5dea9

Browse files
committed
Rename test command for test-unit
test-unit/test-unit@b7d3c32
1 parent a4b4dad commit be5dea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/test-bundled-gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
load_path = true
6161

6262
when "test-unit"
63-
test_command = "#{ruby} -C #{gem_dir}/src/#{gem} test/run-test.rb"
63+
test_command = "#{ruby} -C #{gem_dir}/src/#{gem} test/run.rb"
6464

6565
when "win32ole"
6666
next unless /mswin|mingw/ =~ RUBY_PLATFORM

0 commit comments

Comments
 (0)