diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2022-09-26 09:58:51 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2022-09-26 11:54:20 +0000 |
| commit | 76e1c9c671043e08bdd951ae6c768b541fdede19 (patch) | |
| tree | 9cceabd61affd42a7e4880d3777b21eddd579264 /tests | |
| parent | 0fdc247274293a5f77868e8eed45457ffeaaba29 (diff) | |
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/net/if_ovpn/if_ovpn.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/net/if_ovpn/if_ovpn.sh b/tests/sys/net/if_ovpn/if_ovpn.sh index 024f2488c951..bc1d3a85c987 100644 --- a/tests/sys/net/if_ovpn/if_ovpn.sh +++ b/tests/sys/net/if_ovpn/if_ovpn.sh @@ -383,6 +383,7 @@ atf_test_case "6in6" "cleanup" sleep 10 atf_check -s exit:0 -o ignore jexec b ping6 -c 3 2001:db8:1::1 + atf_check -s exit:0 -o ignore jexec b ping6 -c 3 -z 16 2001:db8:1::1 } 6in6_cleanup() |
