grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.13-13-ge99afd6


From: Jim Meyering
Subject: grep branch, master, updated. v2.13-13-ge99afd6
Date: Mon, 06 Aug 2012 14:14:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  e99afd62863ab58eb2c9cdb5daa7f7f3bdc04a31 (commit)
      from  ec73b46b4230f3dc3c9188922691977b576ee445 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=e99afd62863ab58eb2c9cdb5daa7f7f3bdc04a31


commit e99afd62863ab58eb2c9cdb5daa7f7f3bdc04a31
Author: Jim Meyering <address@hidden>
Date:   Sun Aug 5 23:17:45 2012 +0200

    tests: fix a skip diagnostic that mentioned the wrong locale
    
    * tests/init.cfg (require_tr_utf8_locale_): s/en_US/tr_TR/

diff --git a/tests/init.cfg b/tests/init.cfg
index 3b6242f..2e8330b 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -67,7 +67,7 @@ require_tr_utf8_locale_()
   path_prepend_ .
   case $(get-mb-cur-max tr_TR.UTF-8) in
     [3456]) ;;
-    *) skip_ 'en_US.UTF-8 locale not found' ;;
+    *) skip_ 'tr_TR.UTF-8 locale not found' ;;
   esac
 }
 

-----------------------------------------------------------------------

Summary of changes:
 tests/init.cfg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]