diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-20 21:04:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-20 21:04:20 +0000 |
commit | b4721f8c6e5ac06d4f3f64fc2b0855480dfc3536 (patch) | |
tree | 53f128cea26de61b55fa3b48c41f708420aa137c /tests/cp | |
parent | 59bf576f46c244e629d7f58dbedab24acf007a65 (diff) | |
download | coreutils-b4721f8c6e5ac06d4f3f64fc2b0855480dfc3536.tar.xz |
(TESTS): Add cp-HL.
Diffstat (limited to 'tests/cp')
-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 2778a4dc3..919a2edba 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.1 gnits TESTS = \ backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \ same-file cp-mv-backup symlink-slash slink-2-slink fail-perm dir-slash \ - perm + perm cp-HL EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH |