diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-04-14 13:20:47 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-04-14 13:20:47 +0000 |
commit | 66020598e02912ab09b4daa572ff6f370e24c07d (patch) | |
tree | c48508d04ca50dbce3c9402b77973f37665a4ead /regress/usr.bin | |
parent | 9b3c2065740e4c555bf854c37645d589264c19d2 (diff) |
fix test regarding false positives
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/pkg-config/Makefile | 4 | ||||
-rw-r--r-- | regress/usr.bin/pkg-config/pcdir/variables.pc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/pkg-config/Makefile b/regress/usr.bin/pkg-config/Makefile index 38391cf697a..44deae6745c 100644 --- a/regress/usr.bin/pkg-config/Makefile +++ b/regress/usr.bin/pkg-config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2014/03/31 06:44:23 jasper Exp $ +# $OpenBSD: Makefile,v 1.45 2014/04/14 13:20:46 jasper Exp $ REGRESS_TARGETS=cmp-vers1-1 \ cmp-vers1-2 \ @@ -484,7 +484,7 @@ variables-4: variables-5: # Test --variable - @echo ' -lfoo-0' > ${WANT} + @echo ' -lfoo-1' > ${WANT} @${VPCONFIG} --libs variables @diff -u ${WANT} ${GOT} diff --git a/regress/usr.bin/pkg-config/pcdir/variables.pc b/regress/usr.bin/pkg-config/pcdir/variables.pc index 9d5b22943e0..23f2f0086bb 100644 --- a/regress/usr.bin/pkg-config/pcdir/variables.pc +++ b/regress/usr.bin/pkg-config/pcdir/variables.pc @@ -3,7 +3,7 @@ exec_prefix=${prefix} libdir=${exec_prefix}/lib plugindir=${libdir}/pkgconfig-plugins.0 -foo_api_version=0 +foo_api_version=1 Name: variables Description: pkg-config(1) regress file |