summaryrefslogtreecommitdiff
path: root/tests/chown
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-16 14:10:17 +0000
committerJim Meyering <jim@meyering.net>2004-05-16 14:10:17 +0000
commit877467bc0cfc95e9ed8b73b37ed928adbd00ffa3 (patch)
tree5646c0cee34a6048c736a557312a2157d5c234bd /tests/chown
parent0c1db9f1cac213136d99311229032c615698e5d4 (diff)
downloadcoreutils-877467bc0cfc95e9ed8b73b37ed928adbd00ffa3.tar.xz
(TESTS): Add deref.
Diffstat (limited to 'tests/chown')
-rw-r--r--tests/chown/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/chown/Makefile.am b/tests/chown/Makefile.am
index 794f4eb55..645dad651 100644
--- a/tests/chown/Makefile.am
+++ b/tests/chown/Makefile.am
@@ -1,7 +1,9 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.4 gnits
-TESTS = basic
+TESTS = \
+ deref \
+ basic
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"