From: jasper Date: Sun, 11 Oct 2015 11:47:21 +0000 (+0000) Subject: add variation on existing --exists tests; separated by spaces X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c08f99450708ab99e4de8fc78f9d1c3a5aa40ffd;p=openbsd add variation on existing --exists tests; separated by spaces --- 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