fsw: use absolute path in test-do
Closes #1257. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
a3e47784f3
commit
b98d95af6a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Fsw < Formula
|
|||
|
||||
test do
|
||||
begin
|
||||
io = IO.popen("fsw test")
|
||||
io = IO.popen("#{bin}/fsw test")
|
||||
(testpath/"test").write("foo")
|
||||
sleep 2
|
||||
rm testpath/"test"
|
||||
|
|
Loading…
Reference in a new issue