Skip to content

Commit ae28fbc

Browse files
Update
1 parent 612d317 commit ae28fbc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

IntelliTect.TestTools.Console.Tests/ConsoleAssertTests.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
22
using System.Threading.Tasks;
33

44
namespace IntelliTect.TestTools.Console.Tests;
@@ -196,7 +196,10 @@ public void ExecuteProcess_PingLocalhost_Success()
196196
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
197197
{
198198
expected = $@"PING *(* (::1)) 56 data bytes
199-
64 bytes from * (::1): icmp_seq=1 ttl=64 time=* ms*";
199+
64 bytes from * (::1): icmp_seq=1 ttl=64 time=* ms*
200+
*--- localhost ping statistics ---*
201+
* packets transmitted, * received, *% packet loss, time *ms
202+
rtt min/avg/max/mdev = */*/*/* ms*";
200203
}
201204
else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
202205
{

0 commit comments

Comments
 (0)