git: 16e02ae401eb - main - dtrace tests: Fix expected outout for tst.system.d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Mar 2022 03:39:29 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=16e02ae401ebd9aa7d47f46dc4905f4f8add70a8 commit 16e02ae401ebd9aa7d47f46dc4905f4f8add70a8 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2022-03-09 03:39:12 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-03-09 03:39:12 +0000 dtrace tests: Fix expected outout for tst.system.d This is follow up of d500a85e640d1cd270747c12e17c511b53864436 PR: 262415 Sponsored by: The FreeBSD Foundation --- .../cmd/dtrace/test/tst/common/funcs/tst.system.d.out | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.system.d.out b/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.system.d.out index fa61a5110615..16da36e1e3be 100644 --- a/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.system.d.out +++ b/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.system.d.out @@ -1,17 +1,17 @@ foo 9 -2 -PING localhost (127.0.0.1): 56 data bytes +PING 127.0.0.1 (127.0.0.1): 56 data bytes ---- localhost ping statistics --- +--- 127.0.0.1 ping statistics --- 1 packets transmitted, 1 packets received, 0.0% packet loss 10 -PING localhost (127.0.0.1): 56 data bytes +PING 127.0.0.1 (127.0.0.1): 56 data bytes ---- localhost ping statistics --- +--- 127.0.0.1 ping statistics --- 1 packets transmitted, 1 packets received, 0.0% packet loss 11 -PING localhost (127.0.0.1): 56 data bytes +PING 127.0.0.1 (127.0.0.1): 56 data bytes ---- localhost ping statistics --- +--- 127.0.0.1 ping statistics --- 1 packets transmitted, 1 packets received, 0.0% packet loss 12