diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-04 17:22:41 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-04 17:22:41 +0000 |
commit | 5147bacee138ede2b755f9e92c34fb42e67c8f67 (patch) | |
tree | af98c81ffdf24e2f713a43d2d2e62c9282616254 /tests | |
parent | 4432ecc7b57a4173595224bd1375d3ceba7c7ee2 (diff) | |
download | coreutils-5147bacee138ede2b755f9e92c34fb42e67c8f67.tar.xz |
(TESTS): Add umask-x
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 347dad8c0..a3636212c 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 usage +TESTS = no-x equals equal-x c-option setgid umask-x usage EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |