diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-19 20:06:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-19 20:06:22 +0000 |
commit | 8d3555ff434656e6e8bd42c06d7ad75658c85c97 (patch) | |
tree | fe7a00e2c5a50877bb22f935ea63263014ec8ce1 /tests/chown | |
parent | 6f9f676ca7737ca8e434426a7f05cec71f3f3682 (diff) | |
download | coreutils-8d3555ff434656e6e8bd42c06d7ad75658c85c97.tar.xz |
Regenerate.
Diffstat (limited to 'tests/chown')
-rw-r--r-- | tests/chown/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in index e7fc3904e..b69e90a29 100644 --- a/tests/chown/Makefile.in +++ b/tests/chown/Makefile.in @@ -268,8 +268,9 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = \ + basic \ deref \ - basic + separator EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |