Files
Jaime Piña d929ee1348 Check errors when removing test directories and files
Currently in tests, we have calls to os.Remove and os.RemoveAll where we
don't check the returned error. This hides useful error messages when
tests fail to run, such as "too many open files".

This change checks for more filesystem related errors and calls t.Fatal
if there is an error.
2021-04-07 11:09:47 -07:00
..
2021-02-10 11:15:23 -08:00
2018-01-15 15:27:18 -08:00
2020-02-19 13:19:08 -07:00
2019-12-12 11:58:24 -07:00
2019-07-28 07:10:37 -07:00
2020-05-29 17:56:45 -07:00
2019-08-26 09:34:17 -06:00
2020-06-30 18:14:30 -07:00