grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.9-71-g7cd2360


From: Jim Meyering
Subject: grep branch, master, updated. v2.9-71-g7cd2360
Date: Sat, 12 Nov 2011 09:00:16 +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  7cd23606c5d678378c84a2e6bc9915486679f9cf (commit)
       via  1fb1b284b79cad3b717f17c9fd2eebb100c93b14 (commit)
      from  f91c15f1e73319ad02b812cae0893eaeedee794c (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=7cd23606c5d678378c84a2e6bc9915486679f9cf


commit 7cd23606c5d678378c84a2e6bc9915486679f9cf
Author: Bruno Haible <address@hidden>
Date:   Sat Nov 12 09:58:28 2011 +0100

    tests: fix high-bit-range test failure on OSF/1 5.1
    
    * tests/high-bit-range: Use octal escape instead of hexadecimal escape
    sequence.

diff --git a/tests/high-bit-range b/tests/high-bit-range
index d150633..4a1d333 100755
--- a/tests/high-bit-range
+++ b/tests/high-bit-range
@@ -20,8 +20,8 @@
 
 fail=0
 
-printf '\x81\n' > in || framework_failure_
-grep "$(printf '[\x81]')" in > out || fail=1
+printf '\201\n' > in || framework_failure_
+grep "$(printf '[\201]')" in > out || fail=1
 
 compare out in || fail=1
 

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=1fb1b284b79cad3b717f17c9fd2eebb100c93b14


commit 7cd23606c5d678378c84a2e6bc9915486679f9cf
Author: Bruno Haible <address@hidden>
Date:   Sat Nov 12 09:58:28 2011 +0100

    tests: fix high-bit-range test failure on OSF/1 5.1
    
    * tests/high-bit-range: Use octal escape instead of hexadecimal escape
    sequence.

diff --git a/tests/high-bit-range b/tests/high-bit-range
index d150633..4a1d333 100755
--- a/tests/high-bit-range
+++ b/tests/high-bit-range
@@ -20,8 +20,8 @@
 
 fail=0
 
-printf '\x81\n' > in || framework_failure_
-grep "$(printf '[\x81]')" in > out || fail=1
+printf '\201\n' > in || framework_failure_
+grep "$(printf '[\201]')" in > out || fail=1
 
 compare out in || fail=1
 

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

Summary of changes:
 gnulib               |    2 +-
 tests/high-bit-range |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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