aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libgfshare.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/libgfshare.rb b/Library/Formula/libgfshare.rb
index 361f3bbdd..c989290a6 100644
--- a/Library/Formula/libgfshare.rb
+++ b/Library/Formula/libgfshare.rb
@@ -15,6 +15,8 @@ class Libgfshare < Formula
end
test do
- system "#{bin}/gfsplit","--version"
+ touch "test.in"
+ system "#{bin}/gfsplit", "test.in"
+ system "#{bin}/gfcombine test.in.*"
end
end