ttyrec: use full path in test
Closes Homebrew/homebrew#48135. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
a61ac84180
commit
090c469fa0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue