summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcremno <[email protected]>2014-07-09 16:42:11 +0200
committercremno <[email protected]>2014-07-09 16:57:04 +0200
commitb4c1a943d17930bc24b076a952e36b3448c6aeb6 (patch)
tree3b2bbaa2f565d89cb16ce11c1319423354814627
parent41961ae6d0bfabdd00d47c75ae0c6339272e8592 (diff)
downloadmruby-b4c1a943d17930bc24b076a952e36b3448c6aeb6.tar.gz
mruby-b4c1a943d17930bc24b076a952e36b3448c6aeb6.zip
update expected error message in bintest
-rw-r--r--mrbgems/mruby-bin-strip/bintest/mruby-strip.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb b/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb
index 770ea0638..e74a74f10 100644
--- a/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb
+++ b/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb
@@ -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