summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorMartijn van Duren <martijn@cvs.openbsd.org>2021-06-02 08:41:17 +0000
committerMartijn van Duren <martijn@cvs.openbsd.org>2021-06-02 08:41:17 +0000
commit047cdaae00fee504e79b4bb49d2600e6eafe4aa5 (patch)
tree6f4c25111806e778f660843af347e21448f56f2b /regress/lib
parentd825afbe8273a9c8a2a8a704b119aa4f6de1e832 (diff)
The getnext_indexoid tests now pass
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libagentx/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/regress/lib/libagentx/Makefile b/regress/lib/libagentx/Makefile
index 2c5749f49e9..1e1816ded90 100644
--- a/regress/lib/libagentx/Makefile
+++ b/regress/lib/libagentx/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2021/05/01 16:55:14 martijn Exp $
+# $OpenBSD: Makefile,v 1.8 2021/06/02 08:41:16 martijn Exp $
.if ! exists(/usr/local/sbin/snmpd)
regress:
@@ -43,12 +43,6 @@ start: stop snmpd.conf agentx
stop:
-pkill -xf "${SNMPD_CMD}"
-REGRESS_EXPECTED_FAILURES= getnext_indexoid_0 getnext_indexoid_1
-REGRESS_EXPECTED_FAILURES+= getnext_indexoid_1_3_6_1_4_1_30155_100_0
-REGRESS_EXPECTED_FAILURES+= getnext_indexoid_1_3_6_1_4_1_30155_100_0_tail
-REGRESS_EXPECTED_FAILURES+= getnext_indexoid_1_3_6_1_4_1_30155_100_1_tail
-REGRESS_EXPECTED_FAILURES+= getnext_indexoid_1_3_6_1_4_1_30155_100_4294967294
-
REGRESS_TARGETS+= walk
CLEANFILES+= walk.run.out walk.run.err
walk: