diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-02-10 16:37:30 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-02-10 16:37:30 +0000 |
commit | 512d90b039bd191605ec8ba61d6a2e7d3efc1731 (patch) | |
tree | aa2636aa54fe8180992233a2f35aa855acf305c7 /regress | |
parent | 3edb40da4cc2c8049daaa759a82bdda089d57ddd (diff) |
Add med test, this no longer fails in -current
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/bgpd/integrationtests/Makefile b/regress/usr.sbin/bgpd/integrationtests/Makefile index 9e617ed6906..2a100147773 100644 --- a/regress/usr.sbin/bgpd/integrationtests/Makefile +++ b/regress/usr.sbin/bgpd/integrationtests/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.12 2021/01/12 08:59:03 claudio Exp $ +# $OpenBSD: Makefile,v 1.13 2021/02/10 16:37:29 claudio Exp $ REGRESS_TARGETS = network_statement md5 ovs mrt \ - maxprefix maxprefixout as0 + maxprefix maxprefixout as0 med BGPD ?= /usr/sbin/bgpd |