From: Jim Meyering Date: Mon, 18 Jan 1999 02:53:19 +0000 (+0000) Subject: (TESTS_ENVIRONMENT): Set PATH here, rather than setting RM and CP. X-Git-Tag: TEXTUTILS-1_22h~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b06d9c3984e4e7eb9d0001e0d626cf301067f4;p=thirdparty%2Fcoreutils.git (TESTS_ENVIRONMENT): Set PATH here, rather than setting RM and CP. --- diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index b003362e9b..e44e911f54 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -5,4 +5,5 @@ TESTS = \ backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \ same-file EXTRA_DIST = $(TESTS) -TESTS_ENVIRONMENT = CP=../../src/cp RM=../../src/rm +TESTS_ENVIRONMENT = \ + PATH=`pwd`/../../src:$$PATH