From 3287c5f3882d0da22fd65ef5dc3470d1b57c2d98 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Tue, 21 Apr 2015 16:59:23 +0800 Subject: test: add missing `require "timeout"` When the timeout exception is propagated backed from `safe_fork`, it requires "timeout" to restore the exception. --- Library/Homebrew/cmd/test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/test.rb b/Library/Homebrew/cmd/test.rb index 616da440b..95736f3f0 100644 --- a/Library/Homebrew/cmd/test.rb +++ b/Library/Homebrew/cmd/test.rb @@ -1,6 +1,7 @@ require "extend/ENV" require "formula_assertions" require "sandbox" +require "timeout" module Homebrew -- cgit v1.2.3