checkRestoreAcrossPack(): A live storage iterator keeps the file open,
which makes it impossible for teardown to delete the file on Windows, which causes this test to fail, and also "the next" test to fail because its setup can't delete Source.fs either. So explictly close the storage iterator.
Showing
Please register or sign in to comment