| --- test/tiff2ps-EPS1.sh.orig 2021-03-05 14:01:43.000000000 +0100 |
| +++ test/tiff2ps-EPS1.sh 2021-05-20 10:38:06.153946000 +0200 |
| @@ -5,4 +5,4 @@ |
| PSFILE=o-tiff2ps-EPS1.ps |
| . ${srcdir:-.}/common.sh |
| f_test_stdout "${TIFF2PS} -e -1" "${IMG_MINISWHITE_1C_1B}" "${PSFILE}" |
| -diff -I '%%CreationDate:.*' -I '%%Title:.*' -u "${REFS}/${PSFILE}" "${PSFILE}" || exit 1 |
| +diff --strip-trailing-cr -I '%%CreationDate:.*' -I '%%Title:.*' -u "${REFS}/${PSFILE}" "${PSFILE}" || exit 1 |
| --- test/tiff2ps-PS1.sh.orig 2021-03-05 14:01:43.000000000 +0100 |
| +++ test/tiff2ps-PS1.sh 2021-05-20 10:38:40.989191000 +0200 |
| @@ -6,4 +6,4 @@ |
| . ${srcdir:-.}/common.sh |
| f_test_stdout "${TIFF2PS} -a -p -1" "${IMG_MINISWHITE_1C_1B}" "${PSFILE}" |
| #diff -I '%%(CreationDate|Title):.*' -u "${REFS}/${PSFILE}" "${PSFILE}" || exit 1 |
| -diff -I '%%CreationDate:.*' -I '%%Title:.*' -u "${REFS}/${PSFILE}" "${PSFILE}" || exit 1 |
| +diff --strip-trailing-cr -I '%%CreationDate:.*' -I '%%Title:.*' -u "${REFS}/${PSFILE}" "${PSFILE}" || exit 1 |
| --- test/tiff2ps-PS2.sh.orig 2021-03-05 14:01:43.000000000 +0100 |
| +++ test/tiff2ps-PS2.sh 2021-05-20 10:38:46.435907600 +0200 |
| @@ -5,4 +5,4 @@ |
| PSFILE=o-tiff2ps-PS2.ps |
| . ${srcdir:-.}/common.sh |
| f_test_stdout "${TIFF2PS} -a -p -2" "${IMG_MINISWHITE_1C_1B}" "${PSFILE}" |
| -diff -I '%%CreationDate:.*' -I '%%Title:.*' -u "${REFS}/${PSFILE}" "${PSFILE}" || exit 1 |
| +diff --strip-trailing-cr -I '%%CreationDate:.*' -I '%%Title:.*' -u "${REFS}/${PSFILE}" "${PSFILE}" || exit 1 |
| --- test/tiff2ps-PS3.sh.orig 2021-03-05 14:01:43.000000000 +0100 |
| +++ test/tiff2ps-PS3.sh 2021-05-20 10:38:51.687517100 +0200 |
| @@ -5,4 +5,4 @@ |
| PSFILE=o-tiff2ps-PS3.ps |
| . ${srcdir:-.}/common.sh |
| f_test_stdout "${TIFF2PS} -a -p -3" "${IMG_MINISWHITE_1C_1B}" "${PSFILE}" |
| -diff -I '%%CreationDate:.*' -I '%%Title:.*' -u "${REFS}/${PSFILE}" "${PSFILE}" || exit 1 |
| +diff --strip-trailing-cr -I '%%CreationDate:.*' -I '%%Title:.*' -u "${REFS}/${PSFILE}" "${PSFILE}" || exit 1 |