diff options
author | Jim Meyering <jim@meyering.net> | 2003-12-24 16:37:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-12-24 16:37:38 +0000 |
commit | 6a40a6b266a91e6cdb682e15288d8d0e1f01ec0d (patch) | |
tree | fadc321bf5ca8ab15245741f9596b07bf339a2ee /tests/ls | |
parent | 05bc7f6b3c60bd2aff0396e17b30721265668430 (diff) | |
download | coreutils-6a40a6b266a91e6cdb682e15288d8d0e1f01ec0d.tar.xz |
(TESTS): Add m-option.
Diffstat (limited to 'tests/ls')
-rw-r--r-- | tests/ls/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/Makefile.am b/tests/ls/Makefile.am index 1c1462832..43988bda5 100644 --- a/tests/ls/Makefile.am +++ b/tests/ls/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.2 gnits TESTS = \ inode dangle file-type recursive dired infloop \ - rt-1 time-1 symlink-slash follow-slink no-arg + rt-1 time-1 symlink-slash follow-slink no-arg m-option EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |