Move rm_rf to utils.c
The recursively deletion of directories can be used also outside our
tests.
Moving this function to utils.c
will allow us to reuse it without
duplicating code.
This was part of !101 (merged)
/cc @smcv @jpwhiting
The recursively deletion of directories can be used also outside our
tests.
Moving this function to utils.c
will allow us to reuse it without
duplicating code.
This was part of !101 (merged)
/cc @smcv @jpwhiting