diff options
-rw-r--r-- | tests/cp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index 354e79c8c..fcd9c807d 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -2,4 +2,4 @@ AUTOMAKE_OPTIONS = 1.1 gnits TESTS = backup-1 no-deref-link1 no-deref-link2 no-deref-link3 EXTRA_DIST = $(TESTS) -TESTS_ENVIRONMENT = CP=../src/cp +TESTS_ENVIRONMENT = CP=../../src/cp |