diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-25 20:20:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-25 20:20:23 +0000 |
commit | c72f18b2c34c57a8867577250c018ec3627d4491 (patch) | |
tree | e6d58d44149b8a5841f81c7b2ca86ace058d480c /tests/cp | |
parent | 0a0e82382c931ccdbf6bccf4825fbb736b9b8c01 (diff) | |
download | coreutils-c72f18b2c34c57a8867577250c018ec3627d4491.tar.xz |
(TESTS): Add fail-perm.
Diffstat (limited to 'tests/cp')
-rw-r--r-- | tests/cp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index 607dab04a..fd6ca10ca 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -3,7 +3,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 = \ PATH=`pwd`/../../src:$$PATH |