mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
dtrace tests: Fix expected outout for tst.system.d
This is follow up of d500a85e64
PR: 262415
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4f77349d57
commit
16e02ae401
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue