diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-17 18:24:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-17 18:24:54 +0000 |
commit | d43f88070c745b15e06ab22a821b3c2ec67a291c (patch) | |
tree | de5bbd5d8df50b8b552a718b522ac15dad6c935c /tests/chmod | |
parent | c1c76161dca30517ee740760a1264f826632f110 (diff) | |
download | coreutils-d43f88070c745b15e06ab22a821b3c2ec67a291c.tar.xz |
(TESTS): Add equals.
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 d93de276a..21f8ad80c 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 c-option setgid +TESTS = equals equal-x c-option setgid EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH |