grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.7-6-g9f296c1


From: Paul Eggert
Subject: grep branch, master, updated. v3.7-6-g9f296c1
Date: Wed, 18 Aug 2021 22:05:04 -0400 (EDT)

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  9f296c1238183261afd47e27bf63e505f0b358d5 (commit)
      from  0687c51c4792b997988c03a34a8b57717d9961cc (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=9f296c1238183261afd47e27bf63e505f0b358d5


commit 9f296c1238183261afd47e27bf63e505f0b358d5
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Wed Aug 18 19:03:05 2021 -0700

    tests: port mb-non-UTF8-perf-Fw to strict POSIX
    
    * tests/mb-non-UTF8-perf-Fw: Prefer ‘sed 10q’ to ‘head -10’,
    which doesn’t conform to POSIX.

diff --git a/tests/mb-non-UTF8-perf-Fw b/tests/mb-non-UTF8-perf-Fw
index c84f28e..44f3509 100755
--- a/tests/mb-non-UTF8-perf-Fw
+++ b/tests/mb-non-UTF8-perf-Fw
@@ -23,7 +23,7 @@ fail=0
 require_timeout_
 require_JP_EUC_locale_
 
-yes 00 | head -10000000 > in || framework_failure_
+yes 00 | sed 10000000q > in || framework_failure_
 
 # Since we're using an absolute timeout below and want to avoid any initial
 # disk read performance penalty, run first with a large timeout and no error

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

Summary of changes:
 tests/mb-non-UTF8-perf-Fw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
grep



reply via email to

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