diff options
Diffstat (limited to 'bin/expr/tests/Makefile')
-rw-r--r-- | bin/expr/tests/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/expr/tests/Makefile b/bin/expr/tests/Makefile index 80c130c..21b0e99 100644 --- a/bin/expr/tests/Makefile +++ b/bin/expr/tests/Makefile @@ -1,11 +1,5 @@ # $FreeBSD$ -OBJTOP= ${.OBJDIR}/../../.. -SRCTOP= ${.CURDIR}/../../.. -TESTSRC= ${SRCTOP}/contrib/netbsd-tests/bin/expr - -TESTSDIR= ${TESTSBASE}/bin/expr - NETBSD_ATF_TESTS_SH= expr_test ATF_TESTS_SH_SED_expr_test+= -e 's/eval expr/eval expr --/g' |