unionfs-fuse: fix style issue

This commit is contained in:
Adrian Ho 2021-11-15 15:58:41 +08:00
parent e80f17e5e8
commit 3c0817c3e2

View file

@ -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