commit aca7ae83ac26ff34fa1cec866a3e8c2458da40d8
Author: Dan Gildea <dgildea>
Date:   Sat Dec 1 10:11:08 2018 -0500

    fix "make test"

diff --git a/Changes b/Changes
index f7a0e43..980ce4f 100644
--- a/Changes
+++ b/Changes
@@ -112,6 +112,7 @@
 # A more detailed log history can be found within the particular files, near
 # the top.
 #
+#		- fix "make test"
 #		- ppmtopng syntax works with all versions of ppmtopng
 #		- respect ./configure --with-perl=/bin/perl
 #		- fallback for unknown column types, such as those
diff --git a/Makefile.in b/Makefile.in
index ca2ed5f..ca7bb90 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -91,7 +91,7 @@ test: all
 	done ; \
 	if test -n "$$latex2html"; then \
 	  echo "*** Running test on $$latex2html"; \
-	  cd tests ; ${PERL} ../$$latex2html -test_mode ${ARGS} ${TESTCASE} ; \
+	  ./$$latex2html -test_mode ${ARGS} tests/${TESTCASE} ; \
 	fi
 
 test_clean:
