diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-17 18:37:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-17 18:37:47 +0000 |
commit | da2a1139b0f0969245637382edf19e4c9689c45c (patch) | |
tree | 2b565a1f7de9da23d53404993656b86a75e6f212 /tests | |
parent | 66f47a91d16e9a7de9a318ac0b7702222b95314c (diff) | |
download | coreutils-da2a1139b0f0969245637382edf19e4c9689c45c.tar.xz |
(TESTS): Add acl.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index bc5bd6696..b30e6cbe1 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = \ + acl \ reply-no \ leak-fd \ part-hardlink \ |