summaryrefslogtreecommitdiff
path: root/tests/chmod/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-20 14:27:03 +0000
committerJim Meyering <jim@meyering.net>2005-10-20 14:27:03 +0000
commitd87b9dfa105141b984e87d940dcb7999af256dd4 (patch)
tree87aa3a8183bf8b2b98712553b709c05b16e5ff88 /tests/chmod/Makefile.am
parenteaecbde30df6ce7fd336955deae3aebc0ed10fb9 (diff)
downloadcoreutils-d87b9dfa105141b984e87d940dcb7999af256dd4.tar.xz
(TESTS): Add octal.
Diffstat (limited to 'tests/chmod/Makefile.am')
-rw-r--r--tests/chmod/Makefile.am2
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"