forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6ee26c6
committed
Fix 003_extrafiles.pl test for the Windows
File::Find converts backslashes to slashes in the newer Perl versions.See:Perl/perl5@414f14dSo, do the same conversion for Windows before comparing paths. Tosupport all Perl versions, always convert them on Windows regardless ofthe Perl's version.Author: Nazir Bilal Yavuz <byavuz81@gmail.com>Backpatch to all live branches1 parent8ee9c25 commit6ee26c6
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
81 | 94 |
| |
82 | 95 |
| |
83 | 96 |
| |
|
0 commit comments
Comments
(0)