diff options
| author | cremno <[email protected]> | 2014-07-09 16:42:11 +0200 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-07-12 20:36:44 +0900 |
| commit | fbcb4c20e1176e98edbb9c82e871888ee3e7632d (patch) | |
| tree | 3b2bbaa2f565d89cb16ce11c1319423354814627 /mrbgems/mruby-bin-strip | |
| parent | 85bb1f92ef74a85488700c556b60e6ac7933e822 (diff) | |
| download | mruby-fbcb4c20e1176e98edbb9c82e871888ee3e7632d.tar.gz mruby-fbcb4c20e1176e98edbb9c82e871888ee3e7632d.zip | |
update expected error message in bintest
Diffstat (limited to 'mrbgems/mruby-bin-strip')
| -rw-r--r-- | mrbgems/mruby-bin-strip/bintest/mruby-strip.rb | 2 |
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 |
