# File test/test_multi_process.rb, line 630
    def teardown
      Process.kill(:USR1, @svr_pid)
      Process.waitpid(@svr_pid)
      if (DEBUG_LOGGING) then
        @log_io.puts '<end>'
        @log_io.close
      end
    end