forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd668b03
committed
Make TAP test suites to work, when@inc does not contain current dir.
Recent Perl and/or new Linux distributions are starting to remove "." fromthe@inc list by default. That breaks pg_rewind and ssl test suites, whichuse helper perl modules that reside in the same directory. To fix, add thecurrent source directory explicitly to prove's include dir.The vcregress.pl script probably also needs something like this, but Iwasn't able to remove '.' from@inc on Windows to test this, and don't wantto try doing that blindly.Discussion: <20160908204529.flg6nivjuwp5vaoy@alap3.anarazel.de>1 parent17a3a1e commitd668b03
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
335 |
| - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
336 | 338 |
| |
337 | 339 |
| |
338 | 340 |
| |
|
0 commit comments
Comments
(0)