diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-23 14:37:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-23 14:37:16 +0000 |
commit | 1e9f7512fef30a8a2ba126d72a227a1f09d24b4b (patch) | |
tree | ef7809a946a0876f752ec20e179303902e03dac6 | |
parent | 75e63ae6cdc1a2331e77c9bef3bd189c66801fb9 (diff) | |
download | coreutils-1e9f7512fef30a8a2ba126d72a227a1f09d24b4b.tar.xz |
(TESTS): Add c-option
-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 bab29bb1d..1531dbff5 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 = equal-x +TESTS = equal-x c-option EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH |