forked from Mirrors/freeswitch
7 lines
145 B
Bash
7 lines
145 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# Basic sanity check for tiffinfo.
|
||
|
#
|
||
|
. ${srcdir:-.}/common.sh
|
||
|
f_test_reader "${TIFFINFO} -c -D -d -j -s " "${IMG_MINISBLACK_1C_16B}"
|