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