daemontools: add test
Closes Homebrew/homebrew#43184. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
7de2e1d9e7
commit
70c0554dec
1 changed files with 4 additions and 0 deletions
|
@ -10,4 +10,8 @@ class Daemontools < Formula
|
|||
bin.install Dir["command/*"]
|
||||
end
|
||||
end
|
||||
|
||||
test do
|
||||
assert_match /Homebrew/, shell_output("#{bin}/softlimit -t 1 echo 'Homebrew'")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue