Make the tests work again.
This commit is contained in:
parent
cb8edeb588
commit
446b097ec8
@ -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)); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user