Age | Commit message (Collapse) | Author |
|
|
|
setup-alpine conditionally runs some parts depending on `openrc --sys`
output. Add a fake openrc so we can test this in the future.
This also fixes the CI which may not have openrc installed.
|
|
Make it possible to simulate wget errors by fetching an URL with 'fail'
or '404' in the URL string. 'fail' results in DNS error(ish) and '404'
returns a 404 error message.
|
|
so we can simulate fetching things from internet
|
|
with tests to verify that it works
|
|
and add tests for it to verify that it actually works as expected
We can use this for the other tests later
|