imageworsener: fix test

It was silently failing against the sandbox.
This commit is contained in:
Alex Dunn 2015-12-01 20:25:22 -08:00
parent e7e0aec616
commit ea78f85434

View file

@ -40,8 +40,7 @@ class Imageworsener < Formula
end
test do
cd share/"tests" do
system "./runtest", bin/"imagew"
end
cp_r Dir["#{share}/tests/*"], testpath
system "./runtest", bin/"imagew"
end
end