[yum-commits] Branch 'yum-3_2_X' - test/yum-release-i18n-test.sh

James Antill james at osuosl.org
Tue Aug 11 17:39:09 UTC 2009


 test/yum-release-i18n-test.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e434537668f33b4f6544fabb2d995538df0f710a
Author: James Antill <james at and.org>
Date:   Mon Aug 10 10:44:20 2009 -0400

    Fix the Fedora repo. id for rawhide, in i18n post install tests.

diff --git a/test/yum-release-i18n-test.sh b/test/yum-release-i18n-test.sh
index 33f5491..93ddcb3 100755
--- a/test/yum-release-i18n-test.sh
+++ b/test/yum-release-i18n-test.sh
@@ -53,9 +53,9 @@ I18N="C \
 cmd()
 {
   echo $beg_hdr
-  echo "Doing: LANG=$lang yum --enablerepo=development $@"
+  echo "Doing: LANG=$lang yum --enablerepo=rawhide $@"
   echo $end_hdr
-  LANG=$lang yum --enablerepo=development "$@"
+  LANG=$lang yum --enablerepo=rawhide "$@"
 }
 scmd()
 {


More information about the Yum-commits mailing list