From 2d9c37bcc2a8aebe87261c2c8311c499f98aa91d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:35:19 -0500 Subject: lbzip2: fix test --- Library/Formula/lbzip2.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/lbzip2.rb b/Library/Formula/lbzip2.rb index 4fe2861a8..af170689c 100644 --- a/Library/Formula/lbzip2.rb +++ b/Library/Formula/lbzip2.rb @@ -13,8 +13,8 @@ class Lbzip2 < Formula end test do - system 'touch', 'fish' - system 'lbzip2', 'fish' - system 'lbunzip2', 'fish.bz2' + touch "fish" + system "#{bin}/lbzip2", "fish" + system "#{bin}/lbunzip2", "fish.bz2" end end -- cgit v1.2.3