diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-17 07:47:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-17 07:47:03 +0000 |
commit | d69f5304abe9f42a6279fcae7b9c8046fdcd7b88 (patch) | |
tree | 3ec5a88eb3a7adb8755f5984344118ca53651d23 /tests | |
parent | 86ab22a0dd66fe2424572fdcdc917a83c731ae89 (diff) | |
download | coreutils-d69f5304abe9f42a6279fcae7b9c8046fdcd7b88.tar.xz |
(TESTS): Add tail-n0f.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tail-2/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index 7aae32f68..6d1a5fd63 100644 --- a/tests/tail-2/Makefile.am +++ b/tests/tail-2/Makefile.am @@ -9,4 +9,6 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=tail -TESTS = big-4gb proc-ksyms start-middle assert assert-2 +TESTS = \ + tail-n0f \ + big-4gb proc-ksyms start-middle assert assert-2 |