mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
tests/sys/net/if_lagg_test: Fix syntax error
Fixes: ee231b27ff ("Also skip sys/net/if_lagg_test:witness on non-i386")
This commit is contained in:
parent
e54257d92a
commit
aa05775ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ witness_head()
|
|||
}
|
||||
witness_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ] && \
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/244163 and https://bugs.freebsd.org/251726"
|
||||
fi
|
||||
if [ `sysctl -n debug.witness.watch` -ne 1 ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue