summaryrefslogtreecommitdiff
path: root/tests/filename-lineno.pl
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-10-05 09:09:06 -0700
committerJim Meyering <meyering@fb.com>2020-10-05 09:09:06 -0700
commite8421f8263d22560eb5610d41064339dc9ed20c7 (patch)
tree1bc432a6b770041f0ceff727c5ddf76903558311 /tests/filename-lineno.pl
parenta588951ee04a4e8924e98c350f44586c1869f19d (diff)
downloadgrep-e8421f8263d22560eb5610d41064339dc9ed20c7.tar.gz
tests: correct filename-lineno.pl
* tests/filename-lineno.pl: Remove a stray envvar that somehow slipped into expected output string.
Diffstat (limited to 'tests/filename-lineno.pl')
-rwxr-xr-xtests/filename-lineno.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filename-lineno.pl b/tests/filename-lineno.pl
index 98780d6b..d44dd7b7 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"
},
],