diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-14 17:21:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-14 17:21:25 +0000 |
commit | a50dbaf78c67e14fb84a9aec3fd924ea2da297c4 (patch) | |
tree | 40e75ba8fdeeca282839ad7db7088c3303c99d62 /tests | |
parent | e4b01add78e29e809f29fecc6af84c6651139fb2 (diff) | |
download | coreutils-a50dbaf78c67e14fb84a9aec3fd924ea2da297c4.tar.xz |
(TESTS): Add cat-tty-eof.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am index 83ff2b7ce..d832deef2 100644 --- a/tests/misc/Makefile.am +++ b/tests/misc/Makefile.am @@ -10,5 +10,6 @@ TESTS_ENVIRONMENT = \ PROG=$$tst TESTS = \ + cat-tty-eof \ printf-hex \ nl split-l printf split-a head-pos sort head-c csplit nice pathchk1 |