diff options
author | Daiki Ueno <ueno@gnu.org> | 2013-07-24 11:54:38 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2013-07-24 11:55:51 +0900 |
commit | 8828a89e3fb2bbd144a3461e8c977e493a3bf38a (patch) | |
tree | fb14700c07b78074316aa5f82d6c5b38ecb1a7b4 | |
parent | 69a13c30f1e3830f1a01a6a269c7928b2bb8703e (diff) | |
download | external_gettext-8828a89e3fb2bbd144a3461e8c977e493a3bf38a.zip external_gettext-8828a89e3fb2bbd144a3461e8c977e493a3bf38a.tar.gz external_gettext-8828a89e3fb2bbd144a3461e8c977e493a3bf38a.tar.bz2 |
Fix pathname typoes in gettext-[67] tests.
-rwxr-xr-x | gettext-tools/tests/gettext-6 | 2 | ||||
-rwxr-xr-x | gettext-tools/tests/gettext-7 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/gettext-6 b/gettext-tools/tests/gettext-6 index 331d320..8ace39f 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 0970df4..9a66320 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" |