diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-09 08:17:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-09 08:17:33 +0000 |
commit | bb4904c751205c41ffd729d4263dcac609800335 (patch) | |
tree | 4925b2aa14100636ccc88ea72970c396db42ca90 /tests | |
parent | 6fdcba10974798f04f31cbd4d0b12f3068a13b60 (diff) | |
download | coreutils-bb4904c751205c41ffd729d4263dcac609800335.tar.xz |
(TESTS): Add special-bits.
Diffstat (limited to 'tests')
-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 919a2edba..49bd2aa09 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -4,7 +4,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 + perm cp-HL special-bits EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH |