Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-28 | tests: make fake wget to error on missing/or empty url | Natanael Copa | |
2022-05-19 | tests: make it possible to simluate wget failure | Natanael Copa | |
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. | |||
2022-05-19 | tests: add a fake wget | Natanael Copa | |
so we can simulate fetching things from internet |