shared-mime-info: fix sandboxed test

This commit is contained in:
Dominyk Tiller 2015-09-19 18:11:39 +01:00
parent 13a2721012
commit fcdc6d3c0d

View file

@ -39,6 +39,7 @@ class SharedMimeInfo < Formula
end
test do
system bin/"update-mime-database", share/"mime"
cp_r share/"mime", testpath
system bin/"update-mime-database", testpath/"mime"
end
end