grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.11-7-g354516c


From: Paul Eggert
Subject: grep branch, master, updated. v2.11-7-g354516c
Date: Mon, 12 Mar 2012 17:02:53 +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  354516cd121a7cdbad1397662b718b04c349692a (commit)
       via  2ba6d82ef0d607dbff4f2be63fe9b13832b09070 (commit)
      from  12c957f786b12a4dd116f9c40a715d671d17fa16 (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=354516cd121a7cdbad1397662b718b04c349692a


commit 354516cd121a7cdbad1397662b718b04c349692a
Author: Paul Eggert <address@hidden>
Date:   Mon Mar 12 09:59:16 2012 -0700

    tests: port big-match to non-GNU dd
    
    * tests/big-match: Don't assume GNU dd extension "bs=1M".

diff --git a/tests/big-match b/tests/big-match
index 1a3aeed..51e0ffd 100755
--- a/tests/big-match
+++ b/tests/big-match
@@ -5,7 +5,7 @@
 expensive_
 
 # Create a one-line file containing slightly more than 2 GiB.
-echo x | dd bs=1M seek=2048 >2G-plus-2 || framework_failure_
+echo x | dd bs=1024k seek=2048 >2G-plus-2 || framework_failure_
 
 skip_diagnostic=
 

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=2ba6d82ef0d607dbff4f2be63fe9b13832b09070


commit 354516cd121a7cdbad1397662b718b04c349692a
Author: Paul Eggert <address@hidden>
Date:   Mon Mar 12 09:59:16 2012 -0700

    tests: port big-match to non-GNU dd
    
    * tests/big-match: Don't assume GNU dd extension "bs=1M".

diff --git a/tests/big-match b/tests/big-match
index 1a3aeed..51e0ffd 100755
--- a/tests/big-match
+++ b/tests/big-match
@@ -5,7 +5,7 @@
 expensive_
 
 # Create a one-line file containing slightly more than 2 GiB.
-echo x | dd bs=1M seek=2048 >2G-plus-2 || framework_failure_
+echo x | dd bs=1024k seek=2048 >2G-plus-2 || framework_failure_
 
 skip_diagnostic=
 

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

Summary of changes:
 tests/big-match       |    2 +-
 tests/include-exclude |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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