admesh: fully scope test system call

Closes #7059.

Signed-off-by: William Woodruff <william@tuffbizz.com>
This commit is contained in:
Oliver Newman 2016-11-17 09:59:30 -05:00 committed by William Woodruff
parent 8452eab4a0
commit 8be0cb5c19
No known key found for this signature in database
GPG key ID: 85AE00C504833B3C

View file

@ -33,6 +33,6 @@ class Admesh < Formula
ENDFACET
ENDSOLID Untitled1
EOS
system "admesh", "test.stl"
system "#{bin}/admesh", "test.stl"
end
end