Consolidate methods for translating a Perl path to a Windows path.
Noah Misch <noah@leadboat.com>
Consolidate methods for translating a Perl path to a Windows path. This fixes some TAP suites when using msys Perl and a builddir located in an msys mount point other than "/". For example, builddir=/c/pg exhibited the problem, since /c/pg falls in mount point "/c". Back-patch to 9.6, where tests first started to perform such translations. In back branches, offer both new and old APIs. Reviewed by Andrew Dunstan. Discussion: https://postgr.es/m/20190610045838.GA238501@rfd.leadboat.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_checksums/t/002_actions.pl | modified | +1 −1 |
| src/test/perl/PostgresNode.pm | modified | +2 −11 |
| src/test/perl/TestLib.pm | modified | +19 −10 |
| src/test/recovery/t/014_unlogged_reinit.pl | modified | +1 −1 |
| src/test/recovery/t/017_shm.pl | modified | +2 −9 |
Discussion
- Fix testing on msys when builddir is under /c mount point 2 messages · 2019-06-10