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:
Alex Richardson 2021-03-22 10:30:41 +00:00
parent e54257d92a
commit aa05775ef0

View File

@ -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