grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.7-48-g5c3c427


From: Jim Meyering
Subject: grep branch, master, updated. v3.7-48-g5c3c427
Date: Tue, 15 Feb 2022 12:36:47 -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  5c3c427988be22d4d213379624db290ec849a13f (commit)
      from  f31ae6d46de9770586c8ebf55afa39aef3a20c73 (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=5c3c427988be22d4d213379624db290ec849a13f


commit 5c3c427988be22d4d213379624db290ec849a13f
Author: Ulrich Eckhardt <ulrich.eckhardt@base-42.de>
Date:   Mon Feb 14 19:58:45 2022 +0100

    tests: remove redundant test
    
    * tests/empty: Test #4 is identical to test #1. Remove it.

diff --git a/tests/empty b/tests/empty
index 8e070e7..44b691d 100755
--- a/tests/empty
+++ b/tests/empty
@@ -39,17 +39,10 @@ for locale in C en_US.UTF-8; do
           failures=1
         fi
 
-        # should return 0 found a match
-        echo "" | LC_ALL=$locale timeout 10s grep $options -e ''
-        if test $? -ne 0 ; then
-          echo "Status: Wrong status code, test \#4 failed ($options $locale)"
-          failures=1
-        fi
-
         # should return 0 found a match
         echo abcd | LC_ALL=$locale timeout 10s grep $options -e ''
         if test $? -ne 0 ; then
-          echo "Status: Wrong status code, test \#5 failed ($options $locale)"
+          echo "Status: Wrong status code, test \#4 failed ($options $locale)"
           failures=1
         fi
     done

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

Summary of changes:
 tests/empty | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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