Skip to content

Commit 2e37d50

Browse files
committed
this test shouldn't be called setup
1 parent 0682b75 commit 2e37d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mrblib/mruby-cli/setup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def bintest
7777
7878
BIN_PATH = File.join(File.dirname(__FILE__), "../mruby/bin/#{@name}")
7979
80-
assert('setup') do
80+
assert('hello') do
8181
output, status = Open3.capture2("\#{BIN_PATH}")
8282
8383
assert_true status.success?, "Process did not exit cleanly"

0 commit comments

Comments
 (0)