1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

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>.
This commit is contained in:
Jim Meyering
2006-08-19 18:30:04 +00:00
parent 6a15128cef
commit 77c8f5b5c2
2 changed files with 8 additions and 5 deletions

View File

@@ -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.