Tests: do not use *relative drive letter* (#43135)

Since we switched to running the build on C:\, this test started
failing. C: means "current directory on the C drive"!
This commit is contained in:
Dustin L. Howett
2025-10-30 22:33:44 -05:00
committed by GitHub
parent 1783812f1f
commit b87be7263d

View File

@@ -110,7 +110,7 @@ public partial class BookmarkResolverTests
[
new PlaceholderClassificationCase(
Name: "Drive",
Input: "C:",
Input: "C:\\.",
ExpectSuccess: true,
ExpectedKind: CommandKind.Directory,
ExpectedTarget: "C:\\",