summaryrefslogtreecommitdiff
path: root/tests/fake_wget_test
AgeCommit message (Collapse)Author
2022-06-28tests: make fake wget to error on missing/or empty urlNatanael Copa
2022-05-19tests: make it possible to simluate wget failureNatanael 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-19tests: add a fake wgetNatanael Copa
so we can simulate fetching things from internet