aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-01-11 10:12:32 +0000
committerMike McQuaid2015-01-11 10:12:32 +0000
commitf747122cd8b3a729a7bfd9e40a21cd2a4d708448 (patch)
tree6afe5b631cb69e9615fd235daf0c2f73ca975e1c /Library
parentfe0517e09b0e8f5cd849e13fd6cae3ab997d0e6c (diff)
downloadhomebrew-f747122cd8b3a729a7bfd9e40a21cd2a4d708448.tar.bz2
flickcurl: fix test.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/flickcurl.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/flickcurl.rb b/Library/Formula/flickcurl.rb
index 60ee7494e..4e901a8fd 100644
--- a/Library/Formula/flickcurl.rb
+++ b/Library/Formula/flickcurl.rb
@@ -21,6 +21,7 @@ class Flickcurl < Formula
end
test do
- system "#{bin}/flickcurl", "-h"
+ output = shell_output("#{bin}/flickcurl -h 2>&1", 1)
+ assert_includes output, "flickcurl: Configuration file"
end
end