grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.26-23-gf028b70


From: Paul Eggert
Subject: grep branch, master, updated. v2.26-23-gf028b70
Date: Sat, 19 Nov 2016 09:23:49 +0000 (UTC)

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  f028b70e4eac297ce37b306fbdc18efbf09f2e4a (commit)
      from  5b8900267ff93688fad2a7ab0b25dc57b42ea9e7 (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=f028b70e4eac297ce37b306fbdc18efbf09f2e4a


commit f028b70e4eac297ce37b306fbdc18efbf09f2e4a
Author: Paul Eggert <address@hidden>
Date:   Sat Nov 19 01:23:27 2016 -0800

    tests: use "returns_" rather than "$?"
    
    * tests/grep-dev-null-out: Use "returns_ 124" rather than testing
    $? = 124.

diff --git a/tests/grep-dev-null-out b/tests/grep-dev-null-out
index 16ddadf..13a4843 100755
--- a/tests/grep-dev-null-out
+++ b/tests/grep-dev-null-out
@@ -6,7 +6,6 @@
 require_timeout_
 
 ${AWK-awk} 'BEGIN {while (1) print "x"}' </dev/null |
-  timeout 1 grep x >/dev/null
-test $? -eq 124 || fail=1
+  returns_ 124 timeout 1 grep x >/dev/null || fail=1
 
 Exit $fail

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

Summary of changes:
 tests/grep-dev-null-out |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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