https://bugs.exim.org/show_bug.cgi?id=2680
Bug ID: 2680
Summary: RunGrepTest Test 132
Product: PCRE
Version: 10.36 (PCRE2)
Hardware: Other
OS: OpenBSD
Status: NEW
Severity: bug
Priority: medium
Component: Code
Assignee: Philip.Hazel@???
Reporter: namtsui@???
CC: pcre-dev@???
RunGrepTest fails on Test 132 for me on OpenBSD.
./testdata/grepoutput expects an 'a' at the end.
---------------------------- Test 132 -----------------------------
match 1:
a
match 2:
b
---
a
RC=0
I actually get no 'a' when I run RunGrepTest:
---------------------------- Test 132 -----------------------------
match 1:
a
match 2:
b
---
RC=0
Manually running this test I can't see how it produces 'a' after the '---':
$ (pcre2grep -m1 -A3 '^match'; echo '---'; head -1) < testdata/grepinput
match 1:
a
match 2:
b
---
--
You are receiving this mail because:
You are on the CC list for the bug.