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
@ -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 New Issue
Block a user