grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.18-93-gb80a956


From: Jim Meyering
Subject: grep branch, master, updated. v2.18-93-gb80a956
Date: Thu, 24 Apr 2014 02:24:40 +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  b80a95691418ce19b42b54c706633ef8be0bd9ee (commit)
      from  b0a087b4c7196782d8e76f00c45de1540daf5b91 (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=b80a95691418ce19b42b54c706633ef8be0bd9ee


commit b80a95691418ce19b42b54c706633ef8be0bd9ee
Author: Jim Meyering <address@hidden>
Date:   Wed Apr 23 19:21:11 2014 -0700

    tests: use consistent spelling for locale name, en_US.UTF-8
    
    * tests/pcre-infloop: Spell locale name, en_US.UTF-8, consistently,
    converting this one use from "en_US.utf8", which would provoke a
    test failure on OS/X.

diff --git a/tests/pcre-infloop b/tests/pcre-infloop
index febf356..1b33e72 100755
--- a/tests/pcre-infloop
+++ b/tests/pcre-infloop
@@ -27,7 +27,7 @@ printf 'a\201b\r' > in || framework_failure_
 
 fail=0
 
-LC_ALL=en_US.utf8 timeout 3 grep -P 'a.?..b' in
+LC_ALL=en_US.UTF-8 timeout 3 grep -P 'a.?..b' in
 test $? = 2 || fail_ "libpcre's match function appears to infloop"
 
 Exit $fail

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

Summary of changes:
 tests/pcre-infloop |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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