diff options
-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 |