diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-24 23:34:41 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-24 23:34:41 +0000 |
commit | 0b40dfd34f31a74438153170c9bff1caee244965 (patch) | |
tree | 4c09a95a14cd412125816f69b35487c58d2b9cfd /tests | |
parent | 83674d774d8087ae84e33c4356eb9e99ecd826b9 (diff) | |
download | coreutils-0b40dfd34f31a74438153170c9bff1caee244965.tar.xz |
(TESTS): Add 'usage'.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/chmod/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/Makefile.am b/tests/chmod/Makefile.am index 01b630a28..347dad8c0 100644 --- a/tests/chmod/Makefile.am +++ b/tests/chmod/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = no-x equals equal-x c-option setgid +TESTS = no-x equals equal-x c-option setgid usage EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |