63e03ebcec
all of the existing tests to be based on some simple shell functions. Make distcheck works again.
10 lines
279 B
Bash
Executable File
10 lines
279 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Basic sanity check for thumbnail
|
|
#
|
|
. ${srcdir:-.}/common.sh
|
|
|
|
outfile1=o-tiffcp-thumbnail-in.tif
|
|
outfile2=o-tiffcp-thumbnail-out.tif
|
|
f_test_convert "${TIFFCP} -c g3:1d" "${IMG_MINISWHITE_1C_1B}" "${outfile1}"
|
|
f_test_convert "${THUMBNAIL}" "${outfile1}" "${outfile2}" |