forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc468bd5
committed
Don't try to test files named with a trailing dot on Windows
The pg_verify_checksums test tries to create files with corrupt datanamed "123." and "123_." But on Windows a file name with a trailing dotis the same as a file without the trailing dot. In the first case thiswill create a file with a "valid" name, which causes the test to fail inan unexpected way, and in the secongd case this will be redandant as thetest already creates a file named "123_".Bug discovered by buildfarm animal bowerbird.1 parentce5d342 commitc468bd5
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 |
| |
24 |
| - | |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
35 |
| - | |
| 37 | + | |
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
|
0 commit comments
Comments
(0)