|
From: <sv...@va...> - 2012-02-15 04:02:03
|
Author: florian Date: 2012-02-15 03:57:27 +0000 (Wed, 15 Feb 2012) New Revision: 12386 Log: Use LC_ALL=C for a controlled environment. Patch by zz...@ge.... Fixes #294055. Modified: trunk/NEWS trunk/none/tests/shell Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2012-02-15 03:32:50 UTC (rev 12385) +++ trunk/NEWS 2012-02-15 03:57:27 UTC (rev 12386) @@ -56,7 +56,9 @@ 289939 wish: complete monitor cmd 'leak_check' with details about leaked or reachable blocks 290655 Add support for AESKEYGENASSIST instruction 290974 vgdb must align pages to VKI_SHMLBA (16KB) on ARM +294055 regtest none/tests/shell fails when locale is not set to C + Release 3.7.0 (5 November 2011) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.7.0 is a feature release with many significant improvements and the Modified: trunk/none/tests/shell =================================================================== --- trunk/none/tests/shell 2012-02-15 03:32:50 UTC (rev 12385) +++ trunk/none/tests/shell 2012-02-15 03:57:27 UTC (rev 12386) @@ -5,7 +5,7 @@ #---------------------------------------------------------------------------- # Shell scripts that should fail #---------------------------------------------------------------------------- - +LC_ALL=C echo "Execute a directory" ./x86/ |