summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--tests/misc/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ec27c9de..5c2ffcae2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
[5.0.1]
+* FEATURE: tail FIXME
* df and `readlink --canonicalize' no longer corrupt the heap on
non-glibc, non-solaris systems
* `env -u SOME_ALREADY_UNSET_VARIABLE' no longer dumps core on non-glibc systems
diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in
index 941144c14..28249bad5 100644
--- a/tests/misc/Makefile.in
+++ b/tests/misc/Makefile.in
@@ -161,6 +161,7 @@ TESTS_ENVIRONMENT = \
TESTS = \
readlink \
+ head-elide-tail \
split-fail \
false \
tty-eof \