aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorilovezfs2016-02-02 23:10:37 -0800
committerMike McQuaid2016-02-03 21:09:12 +0000
commit051cd36046b3ab12806391f5d808e1702d08842b (patch)
tree57a5ded9654dc0d3d5dd77ebd0a6d0a4341de7f8 /Library
parentbdf0e0ef4d8aeeddaeab39c44ad226afc1567f68 (diff)
downloadbrew-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.rb2
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