The branch main has been updated by melifaro:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=25b86f8559c2e7076daff56933217e95cd4398d4

commit 25b86f8559c2e7076daff56933217e95cd4398d4
Author:     Alexander V. Chernikov <[email protected]>
AuthorDate: 2023-04-02 14:10:16 +0000
Commit:     Alexander V. Chernikov <[email protected]>
CommitDate: 2023-04-02 14:10:16 +0000

    ping: fix failing test_pinger[_3_1_verbose_false] test.
---
 sbin/ping/tests/test_ping.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/ping/tests/test_ping.py b/sbin/ping/tests/test_ping.py
index 79cde1f4936c..26a69b62f8fb 100644
--- a/sbin/ping/tests/test_ping.py
+++ b/sbin/ping/tests/test_ping.py
@@ -1231,7 +1231,7 @@ ping: quoted data too short (28 bytes) from 192.0.2.2
 PING 192.0.2.2 (192.0.2.2): 56 data bytes
 92 bytes from 192.0.2.2: Destination Host Unreachable
 Vr HL TOS  Len   ID Flg  off TTL Pro  cks      Src      Dst
- 4  5  00 0054 0001   0 0000  40  01 f6a4 192.0.2.1  192.0.2.2
+ 4  5  00 0054 0001   0 0000  40  01 f6a4 192.0.2.1  192.0.2.2 
 
 
 --- 192.0.2.2 ping statistics ---

Reply via email to