forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit21dc488
committed
pg_validatebackup: Use tempdir_short in TAP tests.
The buildfarm is very unhappy right now because TAP test003_corruption.pl uses TestLib::tempdir to generate the name ofa temporary directory that is used as a tablespace name, andthis results in a 'symbolic link target too long' error messageon many of the buildfarm machines, but not on my machine.It appears that other people have run into similar problems inthe past and that TestLib::tempdir_short was the solution, solet's try using that instead.1 parent87e3004 commit21dc488
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
|
0 commit comments
Comments
(0)