intltool r718 - in branches/intltool-thirty-somethings: . tests



Author: dobey
Date: Sun Feb 24 21:41:40 2008
New Revision: 718
URL: http://svn.gnome.org/viewvc/intltool?rev=718&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:
   branches/intltool-thirty-somethings/ChangeLog
   branches/intltool-thirty-somethings/tests/selftest.pl.in

Modified: branches/intltool-thirty-somethings/tests/selftest.pl.in
==============================================================================
--- branches/intltool-thirty-somethings/tests/selftest.pl.in	(original)
+++ branches/intltool-thirty-somethings/tests/selftest.pl.in	Sun Feb 24 21:41:40 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]