diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-12 13:24:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-12 13:24:44 +0000 |
commit | ae8efa70877786eae10f8e6b72d5b91c19357783 (patch) | |
tree | 78e5276a730039fbaa4af636718ff2c4978fa973 /tests | |
parent | 13a7e4caf8ea0f0e8a5aa7242c81bb63fa8cb5b3 (diff) | |
download | coreutils-ae8efa70877786eae10f8e6b72d5b91c19357783.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cp/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index bb88171ad..b4317bceb 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -119,7 +119,8 @@ 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 + same-file cp-mv-backup symlink-slash slink-2-slink fail-perm dir-slash \ + perm EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |