diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-27 13:23:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-27 13:23:13 +0000 |
commit | 457fcbb2ca0e37285a38c47bbb8ab5d1b86e6c56 (patch) | |
tree | 1fc6383892aebff9a09cdeef02c42ec1bab63377 /tests | |
parent | 0865bd05b45aaa90edab83d1be3592406423365f (diff) | |
download | coreutils-457fcbb2ca0e37285a38c47bbb8ab5d1b86e6c56.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index 1c7ec2f16..5d23a5d26 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -118,7 +118,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 + same-file cp-mv-backup symlink-slash slink-2-slink fail-perm EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |