]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
tests: Ignore the LINGUAS envvar in msgfmt-desktop-2
authorDaiki Ueno <ueno@gnu.org>
Mon, 2 Jun 2014 21:22:42 +0000 (06:22 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 2 Jun 2014 21:22:42 +0000 (06:22 +0900)
Reported by Lars Wendler at:
<http://lists.gnu.org/archive/html/bug-gettext/2014-06/msg00002.html>.
* msgfmt-desktop-2: Unset the LINGUAS envvar.

gettext-tools/tests/ChangeLog
gettext-tools/tests/msgfmt-desktop-2

index c6b6d74e12cba28fb443d902445a54809f63a89d..1478269c6bb7e00599f08d627264969fa235d81c 100644 (file)
@@ -1,3 +1,10 @@
+2014-06-03  Daiki Ueno  <ueno@gnu.org>
+
+       tests: Ignore the LINGUAS envvar in msgfmt-desktop-2
+       Reported by Lars Wendler at:
+       <http://lists.gnu.org/archive/html/bug-gettext/2014-06/msg00002.html>.
+       * msgfmt-desktop-2: Unset the LINGUAS envvar.
+
 2014-06-03  Daiki Ueno  <ueno@gnu.org>
 
        * xgettext-vala-1: Test comment-like string inside a string literal.
index 69f1f89c6e4eeff650dadd2e05102b0e8e0a4c96..da976b02279034c345801e60476670a0642f9b05 100755 (executable)
@@ -111,6 +111,8 @@ Keywords[fr]=one;two;thr\;ee;
 Keywords=Keyword1;Keyword2;Key\;word3;
 EOF
 
+unset LINGUAS
+
 # Sanity checks for contradicting options.
 
 ${MSGFMT} --desktop --template=mf.desktop -d po -o mf.desktop.out \