Skip to content

Fix two Windows tests

Tobias Stoeckmann requested to merge stoeckmann/arti:windows_tests into main

Fixed two tests which trigger issues on Windows.

The tor-persist related issue can also be triggered on Linux:

$ mkdir $HOME/tmp
$ cd crates/tor-persist
$ TMPDIR=$HOME/tmp cargo test

Merge request reports