diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-19 18:30:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-19 18:30:04 +0000 |
commit | 77c8f5b5c2e18bf2f73945653e830d07ddcd381e (patch) | |
tree | f94e86429f4c8da5274a61ee123e5db1cca2eee0 /ChangeLog | |
parent | 6a15128cef36588a89ff228dc362e7d9ba92d3ed (diff) | |
download | coreutils-77c8f5b5c2e18bf2f73945653e830d07ddcd381e.tar.xz |
Avoid test failure when `make check' is run through debuild.
* tests/help-version: Ensure that $SHELL is set to some value
and exported. Patch from Sven Joachim. For details, see
<http://bugs.debian.org/355368>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-08-19 Jim Meyering <jim@meyering.net> + Avoid test failure when `make check' is run through debuild. + * tests/help-version: Ensure that $SHELL is set to some value + and exported. Patch from Sven Joachim. For details, see + <http://bugs.debian.org/355368>. + * tests/ls/stat-dtype: Test for the 2006-08-17 `ls -CF' fix. * README: Describe potential "pre-C99 build failure", and work-around. |