diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-20 14:27:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-20 14:27:03 +0000 |
commit | d87b9dfa105141b984e87d940dcb7999af256dd4 (patch) | |
tree | 87aa3a8183bf8b2b98712553b709c05b16e5ff88 /tests/chmod | |
parent | eaecbde30df6ce7fd336955deae3aebc0ed10fb9 (diff) | |
download | coreutils-d87b9dfa105141b984e87d940dcb7999af256dd4.tar.xz |
(TESTS): Add octal.
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 a3636212c..26e38a7b5 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 umask-x usage +TESTS = octal no-x equals equal-x c-option setgid umask-x usage EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |