https://github.com/JDevlieghere commented:
Could this use `os.devnull` to pick the right one based on the platform this is running on?
```
self.do_test(["log enable -f '{}}' lldb commands".format(os.devnull)])
```
https://github.com/llvm/llvm-project/pull/92273