diff options
| author | Xu Cheng | 2015-04-21 16:59:23 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-04-21 16:59:37 +0800 |
| commit | 3287c5f3882d0da22fd65ef5dc3470d1b57c2d98 (patch) | |
| tree | 299d83b90644e96eb6387e0290b7d26be2318765 /Library/Homebrew/cmd | |
| parent | 305ced536026d09640cabb938db302a7aebd5362 (diff) | |
| download | brew-3287c5f3882d0da22fd65ef5dc3470d1b57c2d98.tar.bz2 | |
test: add missing `require "timeout"`
When the timeout exception is propagated backed from `safe_fork`,
it requires "timeout" to restore the exception.
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
