summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2009-08-21 18:00:07 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2009-08-21 18:00:07 +0000
commit9ebd845680521f0bf2d1158e493a06b44e207cba (patch)
tree5e1898140e67318ea23733d11415f2c4d26e7cef
parent38521145a6eccad7b1e2a87e11bb727deba5cc5a (diff)
downloadlibtiff-git-9ebd845680521f0bf2d1158e493a06b44e207cba.tar.gz
* test/tiffcp-logluv.sh: Fix test so that it works with a VPATH
build.
-rw-r--r--ChangeLog3
-rwxr-xr-xtest/tiffcp-logluv.sh3
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ef96e32a..e27b9878 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-08-21 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
+ * test/tiffcp-logluv.sh: Fix test so that it works with a VPATH
+ build.
+
* test/Makefile.am (AUTOMAKE_OPTIONS): Colorized tests was not
actually activated since it needed to be enabled in this
Makefile.am. Also activated parallel-tests mode since it offers
diff --git a/test/tiffcp-logluv.sh b/test/tiffcp-logluv.sh
index 98d5ca00..d41b4328 100755
--- a/test/tiffcp-logluv.sh
+++ b/test/tiffcp-logluv.sh
@@ -5,8 +5,9 @@
. ${srcdir:-.}/common.sh
outfile=deleteme-raw-$$.tif
outfile2=deleteme-sgilog-$$.tif
+infile=${srcdir:-.}/images/logluv-3c-16b.tiff
operation=tiffcp
-${TIFFCP} -c none images/logluv-3c-16b.tiff ${outfile}
+${TIFFCP} -c none ${infile} ${outfile}
status=$?
if test $status -eq 0 ; then