# File lib/autotest.rb, line 436
  def add_sigquit_handler
    trap 'QUIT' do
      restart
    end
  end