update expected error message in bintest

This commit is contained in:
cremno
2014-07-09 16:42:11 +02:00
parent 41961ae6d0
commit b4c1a943d1
@@ -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