[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v3.5-7-ge8421f8
From: |
Jim Meyering |
Subject: |
grep branch, master, updated. v3.5-7-ge8421f8 |
Date: |
Mon, 5 Oct 2020 12:09:48 -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 e8421f8263d22560eb5610d41064339dc9ed20c7 (commit)
from a588951ee04a4e8924e98c350f44586c1869f19d (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=e8421f8263d22560eb5610d41064339dc9ed20c7
commit e8421f8263d22560eb5610d41064339dc9ed20c7
Author: Jim Meyering <meyering@fb.com>
Date: Mon Oct 5 09:09:06 2020 -0700
tests: correct filename-lineno.pl
* tests/filename-lineno.pl: Remove a stray envvar
that somehow slipped into expected output string.
diff --git a/tests/filename-lineno.pl b/tests/filename-lineno.pl
index 98780d6..d44dd7b 100755
--- a/tests/filename-lineno.pl
+++ b/tests/filename-lineno.pl
@@ -105,7 +105,7 @@ my @Tests =
],
['invalid-re-P-star-paren', '-P "a.*)"', {EXIT=>2},
{ERR => $ENV{PCRE_WORKS} == 1
- ? "$prog: unmatched parentheses $ENV{PCRE_WORKS}\n"
+ ? "$prog: unmatched parentheses\n"
: "$prog: Perl matching not supported in a --disable-perl-regexp
build\n"
},
],
-----------------------------------------------------------------------
Summary of changes:
tests/filename-lineno.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v3.5-7-ge8421f8,
Jim Meyering <=