From: Daiki Ueno Date: Wed, 24 Jul 2013 02:54:38 +0000 (+0900) Subject: Fix pathname typoes in gettext-[67] tests. X-Git-Tag: v0.19~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8828a89e3fb2bbd144a3461e8c977e493a3bf38a;p=thirdparty%2Fgettext.git Fix pathname typoes in gettext-[67] tests. --- diff --git a/gettext-tools/tests/gettext-6 b/gettext-tools/tests/gettext-6 index 331d3203b..8ace39fe8 100755 --- a/gettext-tools/tests/gettext-6 +++ b/gettext-tools/tests/gettext-6 @@ -22,7 +22,7 @@ trap 'rm -fr $tmpfiles' 1 2 3 15 } # This test works only on systems that have a de_DE and fr_FR locale installed. -missing_locale=`./gettext-6-prg 1` +missing_locale=`../gettext-6-prg 1` if test -n "$missing_locale"; then if test -f /usr/bin/localedef; then echo "Skipping test: locale ${missing_locale} not installed" diff --git a/gettext-tools/tests/gettext-7 b/gettext-tools/tests/gettext-7 index 0970df491..9a66320f1 100755 --- a/gettext-tools/tests/gettext-7 +++ b/gettext-tools/tests/gettext-7 @@ -23,7 +23,7 @@ trap 'rm -fr $tmpfiles' 1 2 3 15 # This test works only on systems that have a de_DE.ISO-8859-1 and # de_DE.UTF-8 locale installed. -missing_locale=`./gettext-7-prg 1` +missing_locale=`../gettext-7-prg 1` if test -n "$missing_locale"; then if test -f /usr/bin/localedef; then echo "Skipping test: locale ${missing_locale} not installed"