diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-13 03:48:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-13 03:48:43 +0000 |
commit | 3e62291a3c3f8cad5873e032d1f3b706a43c9ac6 (patch) | |
tree | bba5140cea3d051284520160b0a55abeb4b98292 /tests/cp | |
parent | 10972f68e8320409d5131de9c70cd28ae2ce865f (diff) | |
download | coreutils-3e62291a3c3f8cad5873e032d1f3b706a43c9ac6.tar.xz |
.
Diffstat (limited to 'tests/cp')
-rw-r--r-- | tests/cp/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index a5c4c4346..bcc5c1c34 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -92,9 +92,9 @@ l = @l@ AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = backup-1 no-deref-link1 no-deref-link2 no-deref-link3 +TESTS = backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src EXTRA_DIST = $(TESTS) -TESTS_ENVIRONMENT = CP=../../src/cp +TESTS_ENVIRONMENT = CP=../../src/cp RM=../../src/rm mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = |