diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-09 14:12:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-09 14:12:13 +0000 |
commit | a5d528d3d7aad0024eb4c9374bd6eb75b28b3170 (patch) | |
tree | cb92cc69c102e9601e4157ce18abd5ea6079d720 /tests | |
parent | 3358aeb5d39944704a1bec871a8106fd4cc69939 (diff) | |
download | coreutils-a5d528d3d7aad0024eb4c9374bd6eb75b28b3170.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-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 |