aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/sys/net/if_lagg_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/net/if_lagg_test.sh b/tests/sys/net/if_lagg_test.sh
index 5aed9fd7c61b..1c9cc5551ae3 100755
--- a/tests/sys/net/if_lagg_test.sh
+++ b/tests/sys/net/if_lagg_test.sh
@@ -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