diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-11 03:47:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-11 03:47:24 +0000 |
commit | 96ab6a541a8c8d826ff7c85c26f579f86d455c1e (patch) | |
tree | ca8203cf22a9791083f3b57c3ae45041e7d0e0dc | |
parent | 571a29d870a92467087402681e4f57242130a027 (diff) | |
download | coreutils-96ab6a541a8c8d826ff7c85c26f579f86d455c1e.tar.xz |
(TESTS): Add backup-is-src.
-rw-r--r-- | tests/cp/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index cb045928c..4fc0e33d8 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. 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 |