summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-20 14:41:50 +0200
committerJim Meyering <meyering@redhat.com>2007-10-21 14:01:15 +0200
commit60a5ad4b94535bdf4287d9e6892b8fe597484d00 (patch)
treef4a229c7427e73b0ed5764321e2f93ff5eb992a8 /ChangeLog
parenta34bea4976bae29b1519bc2852fb87f64a1295cf (diff)
downloadcoreutils-60a5ad4b94535bdf4287d9e6892b8fe597484d00.tar.xz
Put always-failing programs first in PATH, so tests cannot mistakenly run installed versions.
* Makefile.maint (my-distcheck): Set up a bogus bin/ dir, to be used for "make check". Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf4a0add9..ab0562967 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-20 Jim Meyering <meyering@redhat.com>
+ Put always-failing programs first in PATH, so tests cannot mistakenly
+ run installed versions.
+ * Makefile.maint (my-distcheck): Set up a bogus bin/ dir, to be used
+ for "make check".
+
* doc/coreutils.texi (tee invocation): Fix typo. Add a little.
Add a cross-reference to bashref's Process Substitution node.