summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-07-10 08:45:21 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-07-10 08:45:21 +0900
commite79478d0b45d84957eebb23c268a7c5a474c1085 (patch)
treec4aa512bb24515fe3160ae0dee5c6d04f7e53e78 /mrbgems/mruby-bin-strip/bintest/mruby-strip.rb
parent835da83ca16029f1d97aa926159b3edbee1f6957 (diff)
parent10bd78e85ddf3ba6238e7a37cef4ccad08dee51f (diff)
downloadmruby-e79478d0b45d84957eebb23c268a7c5a474c1085.tar.gz
mruby-e79478d0b45d84957eebb23c268a7c5a474c1085.zip
Merge pull request #2457 from cremno/mruby-strip-rewrite
mruby-bin-strip rewrite
Diffstat (limited to 'mrbgems/mruby-bin-strip/bintest/mruby-strip.rb')
-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