grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.8-20-g6de66dd


From: Paul Eggert
Subject: grep branch, master, updated. v3.8-20-g6de66dd
Date: Sat, 14 Jan 2023 05:06:31 -0500 (EST)

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  6de66dd6be1e809f398477dfb2223341e38afce4 (commit)
       via  c9a77fa5bfe399124619e9fefb7068bffb2d9532 (commit)
      from  231a3ea66d556c709b53ecc93bdc072be3e8f7ce (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=6de66dd6be1e809f398477dfb2223341e38afce4


commit 6de66dd6be1e809f398477dfb2223341e38afce4
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sat Jan 14 01:08:21 2023 -0800

    tests: omit duplicate tests
    
    * tests/skip-read: Omit duplicates.  Reported by Bruno Haible in:
    https://lists.gnu.org/r/grep-devel/2023-01/msg00003.html

diff --git a/tests/skip-read b/tests/skip-read
index 1e9e718..0006443 100755
--- a/tests/skip-read
+++ b/tests/skip-read
@@ -9,12 +9,10 @@ echo /dev/null >exp || framework_failure_
 
 for opts in '-m0 y' '-f /dev/null' '-v ""'; do
   for matcher in '' -E -F; do
-    for file in /dev/null no-such-file; do
-      eval returns_ 1 grep $opts $matcher no-such-file > out || fail=1
-      compare /dev/null out || fail=1
-      eval returns_ 1 grep -l $opts $matcher /dev/null > out || fail=1
-      compare /dev/null out || fail=1
-    done
+    eval returns_ 1 grep $opts $matcher no-such-file > out || fail=1
+    compare /dev/null out || fail=1
+    eval returns_ 1 grep -l $opts $matcher /dev/null > out || fail=1
+    compare /dev/null out || fail=1
     eval returns_ 1 grep -L $opts $matcher /dev/null > out || fail=1
     compare exp out || fail=1
     eval returns_ 1 grep -L $opts $matcher /dev/null > /dev/null || fail=1

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


commit 6de66dd6be1e809f398477dfb2223341e38afce4
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sat Jan 14 01:08:21 2023 -0800

    tests: omit duplicate tests
    
    * tests/skip-read: Omit duplicates.  Reported by Bruno Haible in:
    https://lists.gnu.org/r/grep-devel/2023-01/msg00003.html

diff --git a/tests/skip-read b/tests/skip-read
index 1e9e718..0006443 100755
--- a/tests/skip-read
+++ b/tests/skip-read
@@ -9,12 +9,10 @@ echo /dev/null >exp || framework_failure_
 
 for opts in '-m0 y' '-f /dev/null' '-v ""'; do
   for matcher in '' -E -F; do
-    for file in /dev/null no-such-file; do
-      eval returns_ 1 grep $opts $matcher no-such-file > out || fail=1
-      compare /dev/null out || fail=1
-      eval returns_ 1 grep -l $opts $matcher /dev/null > out || fail=1
-      compare /dev/null out || fail=1
-    done
+    eval returns_ 1 grep $opts $matcher no-such-file > out || fail=1
+    compare /dev/null out || fail=1
+    eval returns_ 1 grep -l $opts $matcher /dev/null > out || fail=1
+    compare /dev/null out || fail=1
     eval returns_ 1 grep -L $opts $matcher /dev/null > out || fail=1
     compare exp out || fail=1
     eval returns_ 1 grep -L $opts $matcher /dev/null > /dev/null || fail=1

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

Summary of changes:
 gnulib          |  2 +-
 tests/skip-read | 10 ++++------
 2 files changed, 5 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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