diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-03 18:49:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-03 18:49:37 +0000 |
commit | a513c6c10e53daadebd01867167f713b7f6d7421 (patch) | |
tree | 724839509921036f054667df6dabe28a9f3c1a89 /tests/mv | |
parent | 35640da77d235ed0510458828175832151e616d7 (diff) | |
download | coreutils-a513c6c10e53daadebd01867167f713b7f6d7421.tar.xz |
.
Diffstat (limited to 'tests/mv')
-rw-r--r-- | tests/mv/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 1080267b2..e88b87a75 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -118,7 +118,8 @@ l = @l@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = i-2 mv-special-1 into-self into-self-2 into-self-3 backup-is-src \ - i-1 hard-link-1 force partition-perm to-symlink dir-file diag + i-1 hard-link-1 force partition-perm to-symlink dir-file diag \ + part-symlink EXTRA_DIST = $(TESTS) setup |