diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-17 13:29:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-17 13:29:01 +0000 |
commit | 37505e318178abb80da42243de7d730a5de9bd9c (patch) | |
tree | 1974dfcf6f538edb7096964f4a55d7e499127efb /tests/chmod | |
parent | 9176a26bd3172f0118f9eb16606ac62724f980dc (diff) | |
download | coreutils-37505e318178abb80da42243de7d730a5de9bd9c.tar.xz |
(TESTS): Add no-x.
Diffstat (limited to 'tests/chmod')
-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 7d0af9f23..01b630a28 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 = equals equal-x c-option setgid +TESTS = no-x equals equal-x c-option setgid EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |