- Notifications
You must be signed in to change notification settings - Fork28
Commit8df601b
committed
Make new authentication test case more robust.
I happened to notice that the new test case I added in b55b4dad9falls 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 parent9b81a30 commit8df601b
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
|
0 commit comments
Comments
(0)