summaryrefslogtreecommitdiff
path: root/tests/cp
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-10 09:41:41 +0000
committerJim Meyering <jim@meyering.net>2001-01-10 09:41:41 +0000
commitcbb4300cc219fb3420936133cbab83b733415042 (patch)
treee57891751cbeaf2fdb37217e295e6dae8be06317 /tests/cp
parentdeb79403bdebd1eef746c965a8be39601cbda174 (diff)
downloadcoreutils-cbb4300cc219fb3420936133cbab83b733415042.tar.xz
(TESTS): Add dir-vs-file.
Diffstat (limited to 'tests/cp')
-rw-r--r--tests/cp/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am
index 2ae428d3f..85951cf66 100644
--- a/tests/cp/Makefile.am
+++ b/tests/cp/Makefile.am
@@ -4,7 +4,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 \
- perm cp-HL special-bits link dir-rm-dest cp-parents deref-slink
+ perm cp-HL special-bits link dir-rm-dest cp-parents deref-slink \
+ dir-vs-file
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
MAKE=$(MAKE) \