From 66020598e02912ab09b4daa572ff6f370e24c07d Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Mon, 14 Apr 2014 13:20:47 +0000 Subject: fix test regarding false positives --- regress/usr.bin/pkg-config/Makefile | 4 ++-- regress/usr.bin/pkg-config/pcdir/variables.pc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'regress/usr.bin') 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 -- cgit v1.2.3