[lsb-bugs] [Bug 1837] 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 03:07:57 PST 2007


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


Stew Benedict <stewb at linux-foundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #1 from Stew Benedict <stewb at linux-foundation.org>  2007-12-14 03:07:57 ---
Actually, we already do this for the vsx0 user when the tests run in console
mode, but I guess the behavior is different via dtk-manager:

/home/tet/test_sets/.profile

# Profile file for vsx0 user
# 

. ./profile

PATH=$PATH:${HOME}:/sbin/:/usr/sbin

# Make sure environment is clean for locale testing
unset LC_COLLATE
unset LC_CTYPE
unset LC_MESSAGES
unset LC_MONETARY
unset LC_NUMERIC
unset LC_TIME
unset LC_ALL
unset LANGUAGE
unset TMPDIR

echo
echo "To execute the LSB test suites run \"run_tests\""
echo

I'll look at getting the patch in.


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