pstoedit: fix test with ghostscript 9.22 (#19082)

This commit is contained in:
ilovezfs 2017-10-06 01:45:23 -07:00 committed by GitHub
parent 48b81b2ec5
commit e4c1b3fd1a

View file

@ -47,7 +47,7 @@ class Pstoedit < Formula
end
test do
system bin/"pstoedit", "-f", "pdf", test_fixtures("test.ps"), "test.pdf"
system bin/"pstoedit", "-f", "gs:pdfwrite", test_fixtures("test.ps"), "test.pdf"
assert File.exist?("test.pdf")
end
end