diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2018-05-18 12:23:21 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2018-05-18 12:23:21 +0000 |
commit | 6bb3d371c4cf0feb88b8db0a973c68cf16d967a5 (patch) | |
tree | 85b38e47f2076595b67384013d6e3fb6b12688c7 /regress/usr.bin | |
parent | 022defcfaf6112d295cba5169fcd521d06acfc25 (diff) |
don't think i had anything planned for whitespace-property-4; drop it
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/pkg-config/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/usr.bin/pkg-config/Makefile b/regress/usr.bin/pkg-config/Makefile index 7ae5a946aaf..abb64ed13fe 100644 --- a/regress/usr.bin/pkg-config/Makefile +++ b/regress/usr.bin/pkg-config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.58 2018/05/17 19:02:05 jasper Exp $ +# $OpenBSD: Makefile,v 1.59 2018/05/18 12:23:20 jasper Exp $ REGRESS_TARGETS=cmp-vers1-1 \ cmp-vers1-2 \ @@ -68,7 +68,6 @@ REGRESS_TARGETS=cmp-vers1-1 \ whitespace-property-1 \ whitespace-property-2 \ whitespace-property-3 \ - whitespace-property-4 \ quoting \ broken-require-1 \ broken-require-2 \ |