Hey Christian On Mon, Feb 25, 2019 at 12:20 PM Christian Couder <christian.couder@xxxxxxxxx> wrote: > In addition to what Dscho (alias Johannes Schindelin) wrote, please > just send one patch that replaces `test -d`, `test -d` and similar > code in only one t/tXXXX-*.sh file. No need to do more than that. I don't think I quite understood this. Were you asking for replacing all `test -X` calls with `test_path_is_*` calls in only one tXXXX-*.sh file or `test -d` calls with `test_path_is_dir` in all tXXXX-*.sh? As of now, I've changed almost all `test -d` in all relevant tXXXX-*.sh files. Thanks Rohit