Commit 276acc2
committed
Fix test suite compat with ghostscript 9.50.
ghostscript 9.50 defaults to -dSAFER
(https://www.ghostscript.com/doc/9.50/Use.htm#Safer)
which prevents the converter from writing png files resulting from
conversion from pdf. Fix that by passing -dNOSAFER, which was the
default on older ghostscripts (and backcompatible).
Needed to pass the test suite on e.g. an up-to-date Arch Linux.1 parent 1c6ee08 commit 276acc2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments