diff options
author | 2011-06-07 06:42:47 +0000 | |
---|---|---|
committer | 2011-06-07 06:42:47 +0000 | |
commit | f4024e4fb513eef1371fce0a32a5d76e405d2617 (patch) | |
tree | 8bf4ce0dba0b3e52c98b9af2f243521a6e5f8514 | |
parent | Don't try to parse the requirements for a module if only modversion or (diff) | |
download | wireguard-openbsd-f4024e4fb513eef1371fce0a32a5d76e405d2617.tar.xz wireguard-openbsd-f4024e4fb513eef1371fce0a32a5d76e405d2617.zip |
Remove comment, this test passes now.
-rw-r--r-- | regress/usr.bin/pkg-config/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/usr.bin/pkg-config/Makefile b/regress/usr.bin/pkg-config/Makefile index d1d78b6aafb..b83d21c6857 100644 --- a/regress/usr.bin/pkg-config/Makefile +++ b/regress/usr.bin/pkg-config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2011/06/06 21:21:42 jasper Exp $ +# $OpenBSD: Makefile,v 1.10 2011/06/07 06:42:47 jasper Exp $ REGRESS_TARGETS=cmp-vers1-1 \ cmp-vers1-2 \ @@ -153,8 +153,6 @@ missing-req-2: missing-req 2> ${GOT}; then false; fi @diff -u ${WANT} ${GOT} -# This currently fails, because eventhough we only request the version -# '1' is still being set as return value missing-req-3: @echo "0.0.0" > ${WANT} @PKG_CONFIG_PATH=${.CURDIR}/pcdir/ pkg-config --modversion \ |