Re: [PATCH v2 14/21] iotests: Use _rm_test_img for deleting test images

2019-11-06 Thread Maxim Levitsky
On Tue, 2019-10-15 at 16:27 +0200, Max Reitz wrote: > Just rm will not delete external data files. Use _rm_test_img every > time we delete a test image. > > (In the process, clean up the indentation of every _cleanup() this patch > touches.) > > ((Also, use quotes consistently. I am happy to se

[PATCH v2 14/21] iotests: Use _rm_test_img for deleting test images

2019-10-15 Thread Max Reitz
Just rm will not delete external data files. Use _rm_test_img every time we delete a test image. (In the process, clean up the indentation of every _cleanup() this patch touches.) ((Also, use quotes consistently. I am happy to see unquoted instances like "rm -rf $TEST_DIR/..." go.)) Signed-off