diff options
author | Jim Meyering <jim@meyering.net> | 2006-01-24 22:55:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-01-24 22:55:38 +0000 |
commit | b80418f7445b7505dfbb9019f1100a4f8cd15936 (patch) | |
tree | c10ecebbfb0b7d090bcd155d9970ce9c1781c261 | |
parent | b4440fe269eea4912f7dbbdb7f9e0f2b2e748f4d (diff) | |
download | coreutils-b80418f7445b7505dfbb9019f1100a4f8cd15936.tar.xz |
(TESTS): Add append-only.
-rw-r--r-- | tests/tail-2/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index 6d1a5fd63..4316c34b8 100644 --- a/tests/tail-2/Makefile.am +++ b/tests/tail-2/Makefile.am @@ -10,5 +10,6 @@ TESTS_ENVIRONMENT = \ PROG=tail TESTS = \ + append-only \ tail-n0f \ big-4gb proc-ksyms start-middle assert assert-2 |