Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2023 14:11:00 GMT
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 25b86f8559c2 - main - ping: fix failing test_pinger[_3_1_verbose_false] test.
Message-ID:  <202304021411.332EB0et045238@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by melifaro:

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

commit 25b86f8559c2e7076daff56933217e95cd4398d4
Author:     Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2023-04-02 14:10:16 +0000
Commit:     Alexander V. Chernikov <melifaro@FreeBSD.org>
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 ---



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304021411.332EB0et045238>