# File test/test_rrdtool.rb, line 18
  def teardown
    File.delete @f if File.exists? @f
    # note: leave the graph file around to check it by hand
    @r = nil
  end