diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-24 17:25:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-24 17:25:08 +0000 |
commit | f85b578dbba0b18ddf44863669f98b63eaa35de4 (patch) | |
tree | 7f335702b37bae80dfecf8b8a713bf3113a4e4ab | |
parent | 2678a248bba9ed3865813c39232509a26195c49b (diff) | |
download | coreutils-f85b578dbba0b18ddf44863669f98b63eaa35de4.tar.xz |
(EXTRA_DIST): Add acl to the list.
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 20983aa23..2ef5d7180 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,7 +14,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../src$(PATH_SEPARATOR)$$PATH" EXTRA_DIST = \ - $(TESTS) .env-warn Coreutils.pm Makefile.am.in README envvar-check \ + $(TESTS) .env-warn Coreutils.pm Makefile.am.in README acl envvar-check \ expensive group-names input-tty lang-default mk-script priv-check \ rwx-to-mode sample-test setgid-check umask-check very-expensive |