test.py: remove use of `lit.util.mkdir_p` (#292)

The helper function `lit.util.mkdir_p` has been removed in
https://github.com/llvm/llvm-project/pull/163948 .

Instead of that, call `pathlib` functions directly.
1 file changed