From 6ec7d1881c0be453c7ece03a7dcc51681c514778 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 16 Sep 1999 03:43:10 +0000 Subject: * Fix some tests. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bb613c3..1319654 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,6 +116,7 @@ check-regression: if $(PERL) -v >/dev/null 2>&1; then \ case `cd $(srcdir); pwd` in `pwd`) : ;; \ *) test -d tests || mkdir tests; \ + rm -f srctests; \ if ln -s "$(srcdir)/tests" srctests; then \ for f in run_make_tests run_make_tests.pl test_driver.pl scripts; do \ rm -f tests/$$f; ln -s ../srctests/$$f tests; \ -- cgit v1.2.3