From 9ebd845680521f0bf2d1158e493a06b44e207cba Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Fri, 21 Aug 2009 18:00:07 +0000 Subject: [PATCH] * test/tiffcp-logluv.sh: Fix test so that it works with a VPATH build. --- ChangeLog | 3 +++ test/tiffcp-logluv.sh | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ef96e32a..e27b9878 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-08-21 Bob Friesenhahn + * 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