-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix symbolic link tests Use IDisposable and `File.Delete` to ensure that symlinks get created and cleaned up properly on all platforms. If all symlinks aren't deleted, the later test cleanup phases have problems deleting them. Fixes #51502 * Test still failing on Mac, skip until I can investigate
- Loading branch information
Showing
2 changed files
with
67 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters