summaryrefslogtreecommitdiff
path: root/test/tiffcp-lzw-compat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/tiffcp-lzw-compat.sh')
-rwxr-xr-xtest/tiffcp-lzw-compat.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tiffcp-lzw-compat.sh b/test/tiffcp-lzw-compat.sh
new file mode 100755
index 00000000..bfc8d841
--- /dev/null
+++ b/test/tiffcp-lzw-compat.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# Basic sanity check for tiffcp with LZW Old-LZW decompression
+#
+. ${srcdir:-.}/common.sh
+f_test_convert "${TIFFCP} -c none" "${IMG_QUAD_LZW_COMPAT}" "o-tiffcp-lzw-compat.tiff" \ No newline at end of file