intltool r717 - in trunk: . tests
- From: dobey svn gnome org
- To: svn-commits-list gnome org
- Subject: intltool r717 - in trunk: . tests
- Date: Sun, 24 Feb 2008 21:39:11 +0000 (GMT)
Author: dobey
Date: Sun Feb 24 21:39:11 2008
New Revision: 717
URL: http://svn.gnome.org/viewvc/intltool?rev=717&view=rev
Log:
2008-02-24  Rodney Dawes <dobey pwns gmail com>
	* tests/selftest.pl.in: Unset $LINGUAS to avoid failing when
	we use tests with locales not specified in LINGUAS
	Fixes #518257
Modified:
   trunk/ChangeLog
   trunk/tests/selftest.pl.in
Modified: trunk/tests/selftest.pl.in
==============================================================================
--- trunk/tests/selftest.pl.in	(original)
+++ trunk/tests/selftest.pl.in	Sun Feb 24 21:39:11 2008
@@ -19,6 +19,10 @@
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
 #  Author(s): Kenneth Christiansen
+#             Rodney Dawes
+
+## Unset LINGUAS environment variable
+$ENV{"LINGUAS"} = "";
 
 ## Release information
 my $PROGRAM  = "selftest";
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]