fsevent_watch: fully scope test system call

This commit is contained in:
Oliver Newman 2016-11-17 18:47:22 -05:00 committed by William Woodruff
parent e20cce72a4
commit ce0b3f934f
No known key found for this signature in database
GPG key ID: 85AE00C504833B3C

View file

@ -21,6 +21,6 @@ class FseventWatch < Formula
end
test do
system "fsevent_watch", "--version"
system "#{bin}/fsevent_watch", "--version"
end
end