diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-06 14:27:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-06 14:27:58 +0000 |
commit | 08301486f0b7e6ecdd21f9f478472a4bf5b2cc3c (patch) | |
tree | 925fc7899a50d6610c6e01566fe7b5b73b046f6b /tests | |
parent | 0338d2388338b7183c14f1ac2c7520c852ab01cd (diff) | |
download | coreutils-08301486f0b7e6ecdd21f9f478472a4bf5b2cc3c.tar.xz |
(TESTS): Add file-type.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ls/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ls/Makefile.am b/tests/ls/Makefile.am index 535c1aa0c..320256ef2 100644 --- a/tests/ls/Makefile.am +++ b/tests/ls/Makefile.am @@ -2,7 +2,9 @@ AUTOMAKE_OPTIONS = 1.2 gnits -TESTS = recursive dired infloop rt-1 time-1 symlink-slash follow-slink no-arg +TESTS = \ + file-type recursive dired infloop \ + rt-1 time-1 symlink-slash follow-slink no-arg EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |