ttyrec: use full path in test

Closes Homebrew/homebrew#48135.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Baptiste Fontaine 2016-01-15 22:24:19 +01:00
parent a61ac84180
commit 090c469fa0

View file

@ -24,7 +24,7 @@ class Ttyrec < Formula
test do
resource("matrix.tty").stage do
assert_equal "9\tmatrix.tty", shell_output("ttytime matrix.tty").strip
assert_equal "9\tmatrix.tty", shell_output("#{bin}/ttytime matrix.tty").strip
end
end
end