diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-17 13:57:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-17 13:57:08 +0000 |
commit | 3e94e8645c6f646326f6c12ddefacb6522f0c461 (patch) | |
tree | b8665c17ffbd2054005d844a390e1340e80c98ce | |
parent | bd9d31c3f00e86ae0ebb79ce5c4a210cd39b582c (diff) | |
download | coreutils-3e94e8645c6f646326f6c12ddefacb6522f0c461.tar.xz |
(TESTS): Add proc-ksyms and start-middle.
-rw-r--r-- | tests/tail-2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index 1b3d8e106..f06d84f4c 100644 --- a/tests/tail-2/Makefile.am +++ b/tests/tail-2/Makefile.am @@ -9,4 +9,4 @@ TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH \ PROG=tail -TESTS = assert assert-2 +TESTS = proc-ksyms start-middle assert assert-2 |