forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita4e1deb
committed
Remove command checks in tests of pg_basebackup and pg_receivewal
The TAP tests of those commands have been checking if commands of "gzip"and "lz4" existed by launching them with an extra --version. Based onthe buildfarm, this is not required for "gzip" as the command alwaysexists. Since1d084fb, "lz4" has a ./configure check doing the samething.Reported-by: Andres FreundDiscussion:https://postgr.es/m/20220212220643.ozuvq2k4cjkcnr2v@alap3.anarazel.deDiscussion:https://postgr.es/m/Ygm2ADakjlqGc2Ro@paquier.xyz1 parenta008496 commita4e1deb
File tree
2 files changed
+6
-9
lines changed- src/bin/pg_basebackup/t
2 files changed
+6
-9
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
767 | 767 |
| |
768 | 768 |
| |
769 | 769 |
| |
770 |
| - | |
771 |
| - | |
772 |
| - | |
| 770 | + | |
| 771 | + | |
773 | 772 |
| |
774 | 773 |
| |
775 | 774 |
| |
|
Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
133 |
| - | |
134 |
| - | |
| 132 | + | |
| 133 | + | |
135 | 134 |
| |
136 | 135 |
| |
137 | 136 |
| |
| |||
185 | 184 |
| |
186 | 185 |
| |
187 | 186 |
| |
188 |
| - | |
189 |
| - | |
190 |
| - | |
| 187 | + | |
| 188 | + | |
191 | 189 |
| |
192 | 190 |
| |
193 | 191 |
| |
|
0 commit comments
Comments
(0)