pstoedit: fix test with ghostscript 9.22 (#19082)
This commit is contained in:
parent
48b81b2ec5
commit
e4c1b3fd1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue