# File test/bin/test_grep.rb, line 67
  def test_main_0103
    set_tempfile_zero
    @obj.main(["pattern", @tempfile.path])
    assert_equal("", @string_io.string)
  end