makeself: fully scope test system call
This commit is contained in:
parent
93d1ca2f9e
commit
c070e37908
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue