]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix pathname typoes in gettext-[67] tests.
authorDaiki Ueno <ueno@gnu.org>
Wed, 24 Jul 2013 02:54:38 +0000 (11:54 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 24 Jul 2013 02:55:51 +0000 (11:55 +0900)
gettext-tools/tests/gettext-6
gettext-tools/tests/gettext-7

index 331d3203be99ff59c258f398048c60e88c913ac9..8ace39fe85063478d3b2463c9a72bd7a5468a037 100755 (executable)
@@ -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"
index 0970df491c0af7ccb176d66744819d66472224d7..9a66320f1ad11e35a6c974a0c887f5a1300f2980 100755 (executable)
@@ -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"