summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-11-21 00:37:03 +0100
committerJim Meyering <jim@meyering.net>2006-11-21 00:37:03 +0100
commite9a8c140da18a32adb458ee74ea93476f7859f5b (patch)
tree759ac069be6122431c7870a9fb738cba9d6a34d0 /ChangeLog
parent279c41d79cf2218740222711eb30f366023ca6dc (diff)
downloadcoreutils-e9a8c140da18a32adb458ee74ea93476f7859f5b.tar.xz
Arrange for "make check-root" to run the new root-only test.
* tests/Makefile.am (t7): New target, to run tests/ls/nameless-uid. (all_t): Add t7.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2dbf1322..8766a5ff8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-21 Jim Meyering <jim@meyering.net>
+
+ Arrange for "make check-root" to run the new root-only test.
+ * tests/Makefile.am (t7): New target, to run tests/ls/nameless-uid.
+ (all_t): Add t7.
+
2006-11-20 Jim Meyering <jim@meyering.net>
Add a root-only test for today's lib/idcache.c fix.