diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2022-03-09 03:39:12 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2022-03-09 03:42:23 +0000 |
| commit | 937d08454b3c5dea35f6ddc9692825a328e6c0c3 (patch) | |
| tree | 904c122948099d44400d6ad2f3c42c20b27b0fda | |
| parent | e92efc3ccd3d5a8bb844b9107fc5d3a0e8fbcca8 (diff) | |
| download | src-937d08454b3c5dea35f6ddc9692825a328e6c0c3.tar.gz src-937d08454b3c5dea35f6ddc9692825a328e6c0c3.zip | |
dtrace tests: Fix expected outout for tst.system.d
This is follow up of d500a85e640d1cd270747c12e17c511b53864436
PR: 262415
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 16e02ae401ebd9aa7d47f46dc4905f4f8add70a8)
| -rw-r--r-- | cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.system.d.out | 12 |
1 files 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 |
