2008-05-24 18:24:25 -04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Basic sanity check for tiffps with PostScript Level 3 output
|
|
|
|
#
|
2019-04-02 10:53:21 -04:00
|
|
|
PSFILE=o-tiff2ps-PS3.ps
|
2009-01-23 00:37:18 -05:00
|
|
|
. ${srcdir:-.}/common.sh
|
2019-04-02 10:53:21 -04:00
|
|
|
f_test_stdout "${TIFF2PS} -a -p -3" "${IMG_MINISWHITE_1C_1B}" "${PSFILE}"
|
2020-03-05 17:15:06 -05:00
|
|
|
diff -I '%%CreationDate:.*' -I '%%Title:.*' -u "${REFS}/${PSFILE}" "${PSFILE}" || exit 1
|