Skip to content

Commit

Permalink
Fix oversight in adding new pcre2grep test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipHazel committed Nov 27, 2024
1 parent f34fc0a commit ace78dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testdata/grepinput
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ asd
dfg
ghj
jkl
abc
abx
def
ghi
xyz
Expand Down
3 changes: 1 addition & 2 deletions testdata/grepoutput
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ pcre2grep: Error in command-line regex at offset 4: quantifier does not follow a
RC=2
---------------------------- Test 16 -----------------------------
pcre2grep: Failed to open ./testdata/nonexistfile: No such file or directory
./testdata/grepinput:abc
RC=2
---------------------------- Test 17 -----------------------------
features should be added at the end, because some of the tests involve the
Expand Down Expand Up @@ -1306,7 +1305,7 @@ RC=0
630-dfg
631-ghj
632:jkl
633-abc
633-abx
634-def
635-ghi
RC=0
Expand Down

0 comments on commit ace78dc

Please sign in to comment.