diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-29 20:44:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-29 20:44:03 +0000 |
commit | 472729831eb726e4f4291b9645131735c43c54bd (patch) | |
tree | 738e8c42ada0f1332fb757311950377eab333123 /tests | |
parent | 4fc0af40aa648a4847525fc77d27f0af7c67007c (diff) | |
download | coreutils-472729831eb726e4f4291b9645131735c43c54bd.tar.xz |
(TESTS): Add slink-2-slink.
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 995eec4a2..607dab04a 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -3,7 +3,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 + same-file cp-mv-backup symlink-slash slink-2-slink EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH |