Commit 96af8f4
committed
tests/template: Make scripts for curl, wget, fetch
Turns out the 'fail to find tar uses git clone' test would fail on
systems that don't have `curl` installed, since
`create_forwarding_script` now only creates a script if a program is
present. This fixes the breakage by trying to create a forwarding script
for all three programs; at least one should be guaranteed to be present.1 parent fc55a10 commit 96af8f4
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
338 | 339 | | |
| 340 | + | |
| 341 | + | |
339 | 342 | | |
340 | 343 | | |
341 | 344 | | |
| |||
0 commit comments