forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit951dfa3
committed
Remove tests that don't work on Windows.
On Windows, a filename cannot contain backslashes, because a backslashis used directory separator. Remove tests I added in commit9c4f519that tried to do that. We could perhaps use a SKIP block to only skipthem on Windows, but I'm not sure how exactly to formulate that, so justremove the tests to make the buildfarm green again.Per buildfarm.1 parent3836d4b commit951dfa3
1 file changed
+3
-11
lines changedLines changed: 3 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 | 49 |
| |
56 | 50 |
| |
57 |
| - | |
58 |
| - | |
| 51 | + | |
| 52 | + | |
59 | 53 |
| |
60 | 54 |
| |
61 | 55 |
| |
| |||
94 | 88 |
| |
95 | 89 |
| |
96 | 90 |
| |
97 |
| - | |
98 |
| - | |
99 | 91 |
| |
100 |
| - | |
| 92 | + | |
101 | 93 |
| |
102 | 94 |
| |
103 | 95 |
| |
|
0 commit comments
Comments
(0)