You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments