diff options
author | Jim Meyering <jim@meyering.net> | 1999-12-04 17:45:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-12-04 17:45:45 +0000 |
commit | 2b10e67d59abb2ae27a4108daec4f4755cc78918 (patch) | |
tree | af04c4873ff74285b481b864a0198939da1f1a78 | |
parent | dc74b3a1e78056e04c29da19192aaf24be3e16a1 (diff) | |
download | coreutils-2b10e67d59abb2ae27a4108daec4f4755cc78918.tar.xz |
(TESTS): Add to-symlink.
-rw-r--r-- | tests/mv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index 6a90488bc..b1f4cdde8 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = mv-special-1 into-self into-self-2 into-self-3 backup-is-src \ - i-1 hard-link-1 force partition-perm + i-1 hard-link-1 force partition-perm to-symlink EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ |