2003.10.15 22:10 "[Tiff] test_pics.sh fails if "." is not in $PATH", by Paul Jarc

2003.10.15 22:10 "[Tiff] test_pics.sh fails if "." is not in $PATH", by Paul Jarc

With this patch, the tests work even when "." is not in $PATH. I'm not subscribed; Mail-Followup-To set.

--- tiff-v3.6.0/Makefile.in~    2003-10-07 04:14:11.000000000 -0400
+++ tiff-v3.6.0/Makefile.in  2003-10-13 17:34:52.000000000 -0400
@@ -549,7 +549,7 @@
 #        just below this one, and that .rpt files are available.
 #
 test:
-        test_pics.sh pics/*.tif
+        ./test_pics.sh pics/*.tif

 #
 # Create a package of the test images.

paul