diff options
Diffstat (limited to 'tests')
-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 |