mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
unionfs-fuse: fix style issue
This commit is contained in:
parent
e80f17e5e8
commit
3c0817c3e2
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class UnionfsFuse < Formula
|
|||
"#{testpath}/t1=RW:#{testpath}/t2=RO", testpath/"t3"
|
||||
assert_match "test 2", pipe_output("cat #{testpath}/t3/test2.txt")
|
||||
ensure
|
||||
system "umount #{testpath}/t3"
|
||||
system "umount", "#{testpath}/t3"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue