Skip to content

Commit ec7d73b

Browse files
authored
Fix e2e test failure caused by message change (#5284)
1 parent c15f327 commit ec7d73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppInstallerCLIE2ETests/InstallCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public void InstallPortableFailsWithCleanup()
365365
Directory.Delete(conflictDirectory, true);
366366

367367
Assert.AreNotEqual(Constants.ErrorCode.S_OK, result.ExitCode);
368-
Assert.True(result.StdOut.Contains("Unable to create symlink, path points to a directory."));
368+
Assert.True(result.StdOut.Contains("Unable to create symlink"));
369369
}
370370

371371
/// <summary>

0 commit comments

Comments
 (0)