summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/pkg-config
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2015-10-11 11:47:21 +0000
committerjasper <jasper@openbsd.org>2015-10-11 11:47:21 +0000
commitc08f99450708ab99e4de8fc78f9d1c3a5aa40ffd (patch)
treedd8a6694da7ad8b56c1cae69f80e5d80c81f97f7 /regress/usr.bin/pkg-config
parentAdd a symbolic name for the special '-1' value of iwm's sc_wantresp. (diff)
downloadwireguard-openbsd-c08f99450708ab99e4de8fc78f9d1c3a5aa40ffd.tar.xz
wireguard-openbsd-c08f99450708ab99e4de8fc78f9d1c3a5aa40ffd.zip
add variation on existing --exists tests; separated by spaces
Diffstat (limited to 'regress/usr.bin/pkg-config')
-rw-r--r--regress/usr.bin/pkg-config/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/regress/usr.bin/pkg-config/Makefile b/regress/usr.bin/pkg-config/Makefile
index 162ba479eff..5eef8570176 100644
--- a/regress/usr.bin/pkg-config/Makefile
+++ b/regress/usr.bin/pkg-config/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.51 2015/10/10 12:20:10 jasper Exp $
+# $OpenBSD: Makefile,v 1.52 2015/10/11 11:47:21 jasper Exp $
REGRESS_TARGETS=cmp-vers1-1 \
cmp-vers1-2 \
@@ -76,6 +76,7 @@ REGRESS_TARGETS=cmp-vers1-1 \
find-config-2 \
find-config-3 \
find-config-4 \
+ find-config-5 \
variable-get-1 \
variable-set \
variables-1 \
@@ -523,11 +524,15 @@ find-config-2:
find-config-3:
# Simple existential test
- ${VPCONFIG} --exists vers1
+ @${VPCONFIG} --exists vers1
find-config-4:
- # Multiple existential tests combined
- ${VPCONFIG} --exists vers1,vers2
+ # Multiple existential tests combined (with comma)
+ @${VPCONFIG} --exists vers1,vers2
+
+find-config-5:
+ # Multiple existential tests combined (with space)
+ @${VPCONFIG} --exists vers1 vers2
variable-get-1:
# Test --variable