forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf3429b0
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 parent375d30b commitf3429b0
1 file changed
+13
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
70 | 83 |
| |
71 | 84 |
| |
72 | 85 |
| |
|
0 commit comments
Comments
(0)