Skip to content

Commit 72be473

Browse files
committed
Revert unneeded change
1 parent 7ad351c commit 72be473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LibGit2Sharp.Tests/GlobalSettingsFixture.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public void LoadFromSpecifiedPath(string architecture)
7777

7878
var (output, exitCode) = ProcessHelper.RunProcess(testAppExe, arguments: $@"{NativeDllName.Name} ""{platformDir}""", workingDirectory: tempDir);
7979

80-
Assert.True(exitCode == 0, $"Test app exited with code {exitCode}. Output: {output}");
80+
Assert.Empty(output);
81+
Assert.Equal(0, exitCode);
8182
}
8283
finally
8384
{

0 commit comments

Comments
 (0)