diff options
-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" |