artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903579b
)
Cope with progname now being present in vmd errors messages.
author
anton
<anton@openbsd.org>
Wed, 27 Sep 2023 05:18:40 +0000
(
05:18
+0000)
committer
anton
<anton@openbsd.org>
Wed, 27 Sep 2023 05:18:40 +0000
(
05:18
+0000)
regress/usr.sbin/vmd/config/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/vmd/config/Makefile
b/regress/usr.sbin/vmd/config/Makefile
index
d913840
..
e9e9e74
100644
(file)
--- a/
regress/usr.sbin/vmd/config/Makefile
+++ b/
regress/usr.sbin/vmd/config/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
1 2023/04/26 10:14:21 dv
Exp $
+# $OpenBSD: Makefile,v 1.1
2 2023/09/27 05:18:40 anton
Exp $
VMD ?= /usr/sbin/vmd
@@
-18,7
+18,7
@@
run-pass-$n:
REGRESS_TARGETS += run-fail-$n
run-fail-$n:
${VMD} -n -f ${.CURDIR}/vmd-fail-$n.conf 2>&1 | \
-
cut -d : -f 2,3,4
| \
+
sed -e 's/^vmd: //' -e 's|${.CURDIR}/vmd-fail-$n.conf:||'
| \
diff -u ${.CURDIR}/vmd-fail-$n.ok /dev/stdin
.endfor