diff options
| author | ilovezfs | 2016-02-02 23:10:37 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2016-02-03 21:09:12 +0000 |
| commit | 051cd36046b3ab12806391f5d808e1702d08842b (patch) | |
| tree | 57a5ded9654dc0d3d5dd77ebd0a6d0a4341de7f8 /Library | |
| parent | bdf0e0ef4d8aeeddaeab39c44ad226afc1567f68 (diff) | |
| download | brew-051cd36046b3ab12806391f5d808e1702d08842b.tar.bz2 | |
test_integration_cmds: fix warning.
Closes Homebrew/homebrew#48772.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_integration_cmds.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index e85b09ea6..78f1ca278 100644 --- a/Library/Homebrew/test/test_integration_cmds.rb +++ b/Library/Homebrew/test/test_integration_cmds.rb @@ -338,7 +338,7 @@ class IntegrationCommandTests < Homebrew::TestCase "The tarball should be unpacked" end ensure - FileUtils.rm_f (HOMEBREW_CACHE/"testball-0.1.tbz") + FileUtils.rm_f HOMEBREW_CACHE/"testball-0.1.tbz" formula_file.unlink end |
