diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-01 10:51:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-01 10:51:22 +0000 |
commit | 137c6d5137d0c2216e257776c6ad3095cc17ed4c (patch) | |
tree | 14a7c3c477eb202552043c0b0774d1e6033562b0 /tests | |
parent | 671567d496cb4c65afd146d5d80080c5a8bfe912 (diff) | |
download | coreutils-137c6d5137d0c2216e257776c6ad3095cc17ed4c.tar.xz |
(TESTS): Add setgid.
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 1531dbff5..d93de276a 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 +TESTS = equal-x c-option setgid EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH |