diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-23 09:29:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-23 09:29:54 +0000 |
commit | 1f5e4907c25414432ec9fce75b30abdeeedd165b (patch) | |
tree | b72000d2be5080b67e1a01df56a0e928f990589e /tests | |
parent | a04e5b9dbc6e233a2cbc79ab81b1c22d9438927e (diff) | |
download | coreutils-1f5e4907c25414432ec9fce75b30abdeeedd165b.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cp/Makefile.in | 2 | ||||
-rw-r--r-- | tests/mv/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index aa71f288c..ea3f17773 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -120,7 +120,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 cp-HL special-bits link + perm cp-HL special-bits link dir-rm-dest EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index e88b87a75..ca045d593 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -119,7 +119,7 @@ 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 \ - part-symlink + part-symlink part-rename EXTRA_DIST = $(TESTS) setup |