diff options
author | Jim Meyering <meyering@redhat.com> | 2007-10-20 14:41:50 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-10-21 14:01:15 +0200 |
commit | 60a5ad4b94535bdf4287d9e6892b8fe597484d00 (patch) | |
tree | f4a229c7427e73b0ed5764321e2f93ff5eb992a8 /ChangeLog | |
parent | a34bea4976bae29b1519bc2852fb87f64a1295cf (diff) | |
download | coreutils-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |