summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-17 12:11:19 +0000
committerJim Meyering <jim@meyering.net>2004-05-17 12:11:19 +0000
commitda9163d7b6e08c882bf680e7fcca3a8dc0271650 (patch)
tree3ae15eb7749c2a29128d10f95b42a6373eae761c
parent06dc5c8efa1f768771920f2174425eefc548f3bf (diff)
downloadcoreutils-da9163d7b6e08c882bf680e7fcca3a8dc0271650.tar.xz
.
-rw-r--r--tests/chown/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in
index a5507fe2b..bdd4a7f02 100644
--- a/tests/chown/Makefile.in
+++ b/tests/chown/Makefile.in
@@ -260,7 +260,10 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = 1.4 gnits
-TESTS = basic
+TESTS = \
+ deref \
+ basic
+
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"