We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15f327 commit ec7d73bCopy full SHA for ec7d73b
src/AppInstallerCLIE2ETests/InstallCommand.cs
@@ -365,7 +365,7 @@ public void InstallPortableFailsWithCleanup()
365
Directory.Delete(conflictDirectory, true);
366
367
Assert.AreNotEqual(Constants.ErrorCode.S_OK, result.ExitCode);
368
- Assert.True(result.StdOut.Contains("Unable to create symlink, path points to a directory."));
+ Assert.True(result.StdOut.Contains("Unable to create symlink"));
369
}
370
371
/// <summary>
0 commit comments