Skip to content

Commit f577ffc

Browse files
SMillerDevBrewTestBot
authored andcommitted
tdkjs: specify bin in test
1 parent 601a872 commit f577ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/tdkjs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ def install
2929

3030
test do
3131
system "printf", "'''tdk.init()\ntdk.setColor('red')\nfunction animate(){\ntdk.circle(0, 0, 20)\n}''' > test.js"
32-
system "tdkjs", "test.js", "output.html"
32+
system bin/"tdkjs", "test.js", "output.html"
3333
end
3434
end

0 commit comments

Comments
 (0)