diff options
| author | Andrea Kao | 2016-07-19 08:23:44 -0700 |
|---|---|---|
| committer | Martin Afanasjew | 2016-07-19 17:23:44 +0200 |
| commit | 4b40a87ca40f878affdfb9d2464ec8ea1246d9d2 (patch) | |
| tree | 0238ce8be710444768ca23f1cd45c85cf1adc4e3 /Library/Homebrew/test/test_integration_cmds.rb | |
| parent | 5768e32ad20208e8c5c1029ef2c9b47abd2caa2d (diff) | |
| download | brew-4b40a87ca40f878affdfb9d2464ec8ea1246d9d2.tar.bz2 | |
tests: nest HOMEBREW_TEMP inside TEST_TMPDIR (#554)
Diffstat (limited to 'Library/Homebrew/test/test_integration_cmds.rb')
| -rw-r--r-- | Library/Homebrew/test/test_integration_cmds.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index c020deaf4..07068019f 100644 --- a/Library/Homebrew/test/test_integration_cmds.rb +++ b/Library/Homebrew/test/test_integration_cmds.rb @@ -18,6 +18,7 @@ class IntegrationCommandTests < Homebrew::TestCase HOMEBREW_CACHE.children, HOMEBREW_LOCK_DIR.children, HOMEBREW_LOGS.children, + HOMEBREW_TEMP.children, HOMEBREW_PREFIX/"bin", HOMEBREW_PREFIX/"share", HOMEBREW_PREFIX/"opt", |
