makeself: fully scope test system call

This commit is contained in:
Oliver Newman 2016-11-17 19:04:26 -05:00 committed by William Woodruff
parent 93d1ca2f9e
commit c070e37908
No known key found for this signature in database
GPG key ID: 85AE00C504833B3C

View file

@ -18,6 +18,6 @@ class Makeself < Formula
test do
touch "testfile"
system "tar", "cvzf", "testfile.tar.gz", "testfile"
system "makeself", ".", "testfile.run", '"A test file"', "echo"
system "#{bin}/makeself", ".", "testfile.run", '"A test file"', "echo"
end
end