From: Bruno Haible Date: Sun, 25 Nov 2018 01:08:26 +0000 (+0100) Subject: Fix typos in tests. X-Git-Tag: v0.20~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e14cedc4919b79070f45b2e73bff0cb5ececbd1;p=thirdparty%2Fgettext.git Fix typos in tests. * gettext-tools/tests/msgfmt-desktop-1: Fix reference to MSGFMT variable. * gettext-tools/tests/msgfmt-desktop-2: Likewise. * gettext-tools/tests/msgfmt-xml-1: Likewise. * gettext-tools/tests/msgfmt-xml-2: Likewise. --- diff --git a/gettext-tools/tests/msgfmt-desktop-1 b/gettext-tools/tests/msgfmt-desktop-1 index 493c0858e..24b748458 100755 --- a/gettext-tools/tests/msgfmt-desktop-1 +++ b/gettext-tools/tests/msgfmt-desktop-1 @@ -69,7 +69,7 @@ ${MSGFMT} --desktop --template=mf.desktop -l fr fr.po \ >/dev/null 2>/dev/null \ && Exit 1 -${MSGFMG} --desktop --template=mf.desktop fr.po -o mf.desktop.out \ +${MSGFMT} --desktop --template=mf.desktop fr.po -o mf.desktop.out \ >/dev/null 2>/dev/null \ && Exit 1 diff --git a/gettext-tools/tests/msgfmt-desktop-2 b/gettext-tools/tests/msgfmt-desktop-2 index 3a40b85f3..19391cab0 100755 --- a/gettext-tools/tests/msgfmt-desktop-2 +++ b/gettext-tools/tests/msgfmt-desktop-2 @@ -150,11 +150,11 @@ ${MSGFMT} --desktop --template=mf.desktop -d po \ >/dev/null 2>/dev/null \ && Exit 1 -${MSGFMG} --desktop --template=mf.desktop -d po -o mf.desktop.out -l fr \ +${MSGFMT} --desktop --template=mf.desktop -d po -o mf.desktop.out -l fr \ >/dev/null 2>/dev/null \ && Exit 1 -${MSGFMG} --desktop --template=mf.desktop -d po -o mf.desktop.out po/fr.po \ +${MSGFMT} --desktop --template=mf.desktop -d po -o mf.desktop.out po/fr.po \ >/dev/null 2>/dev/null \ && Exit 1 diff --git a/gettext-tools/tests/msgfmt-xml-1 b/gettext-tools/tests/msgfmt-xml-1 index 32003fa7a..c7de103c7 100755 --- a/gettext-tools/tests/msgfmt-xml-1 +++ b/gettext-tools/tests/msgfmt-xml-1 @@ -94,7 +94,7 @@ ${MSGFMT} --xml --template=mf.appdata.xml -l fr fr.po \ >/dev/null 2>/dev/null \ && Exit 1 -${MSGFMG} --xml --template=mf.appdata.xml fr.po -o mf.appdata.xml.out \ +${MSGFMT} --xml --template=mf.appdata.xml fr.po -o mf.appdata.xml.out \ >/dev/null 2>/dev/null \ && Exit 1 diff --git a/gettext-tools/tests/msgfmt-xml-2 b/gettext-tools/tests/msgfmt-xml-2 index e41a6c010..f8d51f164 100755 --- a/gettext-tools/tests/msgfmt-xml-2 +++ b/gettext-tools/tests/msgfmt-xml-2 @@ -179,11 +179,11 @@ ${MSGFMT} --xml --template=mf.appdata.xml -d po \ >/dev/null 2>/dev/null \ && Exit 1 -${MSGFMG} --xml --template=mf.appdata.xml -d po -o mf.appdata.xml.out -l fr \ +${MSGFMT} --xml --template=mf.appdata.xml -d po -o mf.appdata.xml.out -l fr \ >/dev/null 2>/dev/null \ && Exit 1 -${MSGFMG} --xml --template=mf.appdata.xml -d po -o mf.appdata.xml.out po/fr.po \ +${MSGFMT} --xml --template=mf.appdata.xml -d po -o mf.appdata.xml.out po/fr.po \ >/dev/null 2>/dev/null \ && Exit 1