diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-17 07:49:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-17 07:49:10 +0000 |
commit | 1ead947b798b757c98b29ec188872ec0c1fff916 (patch) | |
tree | 406d21f456f76227e41a2a3059a5334c162ee4a6 /tests/tail-2 | |
parent | d69f5304abe9f42a6279fcae7b9c8046fdcd7b88 (diff) | |
download | coreutils-1ead947b798b757c98b29ec188872ec0c1fff916.tar.xz |
.
Diffstat (limited to 'tests/tail-2')
-rw-r--r-- | tests/tail-2/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in index a9a46cfa5..58750530c 100644 --- a/tests/tail-2/Makefile.in +++ b/tests/tail-2/Makefile.in @@ -162,7 +162,10 @@ TESTS_ENVIRONMENT = \ PROG=tail -TESTS = big-4gb proc-ksyms start-middle assert assert-2 +TESTS = \ + tail-n0f \ + big-4gb proc-ksyms start-middle assert assert-2 + subdir = tests/tail-2 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |