mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
6 lines
126 B
Bash
6 lines
126 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# Basic sanity check for tiffdump
|
||
|
#
|
||
|
. ${srcdir:-.}/common.sh
|
||
|
f_test_reader "${TIFFDUMP}" "${IMG_MINISWHITE_1C_1B}"
|