forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit795862c
committed
Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
The previous approach didn't really work on windows, due to the PATH separatorbeing ';' not ':'. Instead of making the PATH change more complicated,reference the binary using the TESTDIR environment.Reported-By: Andres Freund <andres@anarazel.de>Suggested-By: Andrew Dunstan <andrew@dunslane.net>Discussion:https://postgr.es/m/20210930214040.odkdd42vknvzifm6@alap3.anarazel.deBackpatch: 14-, where the test was introduced.1 parentc6bc655 commit795862c
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 |
| - | |
| 42 | + | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
0 commit comments
Comments
(0)