forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8ed428d
committed
(Blindly) tweak new test regex
gcc-based Windows buildfarm animals are not happy about a multilineregular expression I added recently. Try to accomodate; existingpg_basebackup tests suggest that \n should work instead of a barenewline, but throw in \r also. This being perl, TIMTOWTDI.Also remove the pointless $ at the end of the pattern, for extra luck.(If this doesn't work, I'll probably just split the regex in two.)Per buildfarm members jacana and fairywren.Discussion:https://postgr.es/m/3562.1576161217@sss.pgh.pa.us1 parenta41a145 commit8ed428d
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
300 |
| - | |
| 299 | + | |
301 | 300 |
| |
302 | 301 |
| |
303 | 302 |
| |
|
0 commit comments
Comments
(0)