summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-22 09:48:04 +0000
committerobrien <obrien@FreeBSD.org>1999-11-22 09:48:04 +0000
commit18a6d48d579891c4391f3730f089ca913166c8c2 (patch)
tree2c13e42abed40415cd91cf48e16192efaccfd8ca /gnu
parent5c571858f06d65bffae5bc23708d5586574a0d3a (diff)
downloadFreeBSD-src-18a6d48d579891c4391f3730f089ca913166c8c2.zip
FreeBSD-src-18a6d48d579891c4391f3730f089ca913166c8c2.tar.gz
Make the tests work again.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index 5c40de5..b1875fe 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -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)); \
OpenPOWER on IntegriCloud