summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dickman <daniel@cvs.openbsd.org>2014-11-25 23:13:55 +0000
committerDaniel Dickman <daniel@cvs.openbsd.org>2014-11-25 23:13:55 +0000
commitb25136df013c823751956ad602f6d599afd99ef2 (patch)
tree729ff311d1e4fd2f361946833784de85794c8795
parentb72e271ae189bfb3f85a618e4aee21a439a5891b (diff)
Fix test.
ok bluhm@
-rw-r--r--regress/usr.sbin/ospfd/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/regress/usr.sbin/ospfd/Makefile b/regress/usr.sbin/ospfd/Makefile
index 6fada1bd5c3..a87e748fc05 100644
--- a/regress/usr.sbin/ospfd/Makefile
+++ b/regress/usr.sbin/ospfd/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2014/07/11 22:28:51 bluhm Exp $
+# $OpenBSD: Makefile,v 1.3 2014/11/25 23:13:54 daniel Exp $
# The following ports must be installed for the regression tests:
# p5-AnyEvent provide framework for multiple event loops
# p5-Hash-Merge merge associative arrays
+# p5-YAML YAML ain't a markup language
#
# Check wether all required perl packages are installed. If some
# are missing print a warning and skip the tests, but do not fail.
@@ -10,6 +11,7 @@
PERL_REQUIRE != perl -Mstrict -Mwarnings -e ' \
eval { require AnyEvent } or print $@; \
eval { require Hash::Merge } or print $@; \
+ eval { require YAML } or print $@; \
'
.if ! empty (PERL_REQUIRE)
regress:
@@ -17,10 +19,10 @@ regress:
@echo install these perl packages for additional tests
.endif
-# Fill out these variables with you own system parameters
+# Fill out these variables with your own system parameters
# You need a tun device and an unused /24 IPv4 network.
-TUNNUM ?= 6
+TUNNUM ?= 3
TUNIP ?= 10.188.6.17
RTRID ?= 10.188.0.17