Tests: do not use *relative drive letter*

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 15:33:00 -05:00
parent 1783812f1f
commit 200fd3437d

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:\\",