flickcurl: fix test.
This commit is contained in:
parent
9f7c06b2dc
commit
7596d465ec
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue