Make the tests work again.

This commit is contained in:
David E. O'Brien 1999-11-22 09:48:04 +00:00
parent cb8edeb588
commit 446b097ec8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53571

View file

@ -31,8 +31,8 @@ check: all
@failed=0; total=0; \
for tst in ${TESTS}; do \
total=$$(($$total+1)); \
if GREP=${.OBJDIR}/${PROG} srcdir=${GREPDIR}/tests \
${GREPDIR}/tests/$$tst; then \
if GREP=${.OBJDIR}/${PROG} srcdir=${.CURDIR}/tests \
${.CURDIR}/tests/$$tst; then \
echo "PASS: $$tst"; \
else \
failed=$$(($$failed+1)); \