[lsb-bugs] [Bug 1837] New: I18N tests assume that LC_ALL variable is not set

bugzilla-daemon at linux-foundation.org bugzilla-daemon at linux-foundation.org
Fri Dec 14 00:42:44 PST 2007


http://bugs.linuxbase.org/show_bug.cgi?id=1837

           Summary: I18N tests assume that LC_ALL variable is not set
           Product: Distribution Tests
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: lsb-desktop-test
        AssignedTo: stewb at aysenterprises.com
        ReportedBy: biga at ispras.ru
         QAContact: lsb-bugs at freestandards.org


Setting the LC_ALL variable makes the I18N tests work incorrectly.
We suggest to 'unset' the LC_ALL variable before starting the tests.

Here is patch:

--- /opt/lsb/test/core/tet/test_sets/run_tests~  2007-12-14 11:33:25.000000000
+0300
+++ /opt/lsb/test/core/tet/test_sets/run_tests   2007-12-14 11:31:24.000000000
+0300
@@ -201,6 +201,7 @@
 echo


+unset LC_ALL
 tcc -p -e -s $HOME/scen.exec test_sets

 if [ $? -ne 0 ]; then


-- 
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the lsb-bugs mailing list