diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-01 06:46:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-01 06:46:52 +0000 |
commit | b6844f1931c4a95e54d65e90e8765dda8eea0223 (patch) | |
tree | a10714dce91827cc6cd7758c9095515a3f14bd41 /tests | |
parent | a636450727936225e325f45722917c9dfaf0ba33 (diff) | |
download | coreutils-b6844f1931c4a95e54d65e90e8765dda8eea0223.tar.xz |
(TESTS): Add cr-1.
Diffstat (limited to 'tests')
-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 8f5dadd4a..9e8bd8ecd 100644 --- a/tests/ls/Makefile.am +++ b/tests/ls/Makefile.am @@ -2,6 +2,6 @@ AUTOMAKE_OPTIONS = 1.2 gnits -TESTS = time-1 +TESTS = cr-1 time-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = LS=../../src/ls TOUCH=../../src/touch |