diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-18 02:53:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-18 02:53:19 +0000 |
commit | b4b06d9c3984e4e7eb9d0001e0d626cf301067f4 (patch) | |
tree | 46ed951e2bcf76ca3a7843aa38ad9f25a1b1fdb4 /tests/cp | |
parent | e11c197cc2d66fe171483b8e1eb818098d3bfe81 (diff) | |
download | coreutils-b4b06d9c3984e4e7eb9d0001e0d626cf301067f4.tar.xz |
(TESTS_ENVIRONMENT): Set PATH here, rather than setting RM and CP.
Diffstat (limited to 'tests/cp')
-rw-r--r-- | tests/cp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index b003362e9..e44e911f5 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 |