# File test/bin/test_grep.rb, line 79
  def test_main_0201
    set_tempfile_normal
    @obj.main(["cde", @tempfile.path])
    assert_equal("abcde\n", @string_io.string)
  end