mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
update expected error message in bintest
This commit is contained in:
committed by
Yukihiro "Matz" Matsumoto
parent
85bb1f92ef
commit
fbcb4c20e1
@@ -9,7 +9,7 @@ end
|
||||
assert('file not found') do
|
||||
o = `bin/mruby-strip not_found.mrb 2>&1`
|
||||
assert_equal 1, $?.exitstatus
|
||||
assert_equal "can't open file not_found.mrb\n", o
|
||||
assert_equal "can't open file for reading not_found.mrb\n", o
|
||||
end
|
||||
|
||||
assert('not irep file') do
|
||||
|
||||
Reference in New Issue
Block a user