forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfc37c6f
committed
Make new authentication test case more robust.
I happened to notice that the new test case I added inb55b4dafalls over if one runs "make check" repeatedly; though not in branchesafter v10. That's because it was assuming that tmp_check/pgpasswouldn't exist already. However, it's only been since v11 that theMakefiles forcibly remove all of tmp_check/ before starting a TAP run.This fix to unlink the file is therefore strictly necessary only inv10 ... but it seems wisest to do it across the board, rather thanlet the test rely on external logic to get the conditions right.1 parent9b47ee6 commitfc37c6f
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
|
0 commit comments
Comments
(0)