daemontools: add test

Closes Homebrew/homebrew#43184.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2015-08-22 23:19:05 +01:00
parent 7de2e1d9e7
commit 70c0554dec

View file

@ -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