diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-14 13:22:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-14 13:22:32 +0000 |
commit | 25a26bee1030e70586fbe56880b0a751a7009794 (patch) | |
tree | 8e83e3c8f72b0cf3ec3faba5b7ec779f30d04ed5 | |
parent | 1c4bd21e70f1d55a8bd8bf9a5ea05ae911cbdae0 (diff) | |
download | coreutils-25a26bee1030e70586fbe56880b0a751a7009794.tar.xz |
(TESTS): Add posix-H.
-rw-r--r-- | tests/chgrp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp/Makefile.am b/tests/chgrp/Makefile.am index 60dcf7376..af669cd3f 100644 --- a/tests/chgrp/Makefile.am +++ b/tests/chgrp/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = basic deref recurse +TESTS = posix-H basic deref recurse EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |