summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2018-06-27 15:06:08 +0000
committerMarc Espie <espie@cvs.openbsd.org>2018-06-27 15:06:08 +0000
commitd8e275f489242371d19d25f01ddd1b10a43d84e6 (patch)
treefde5eb5c5e4d06fab65126e754a5e82591ff7d8a
parent779d8794888c779c49c02f54a69da999e67bdf38 (diff)
oops, don't rely on the installed system having cups.
prodded by theo
-rw-r--r--regress/usr.sbin/pkg_add/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.sbin/pkg_add/Makefile b/regress/usr.sbin/pkg_add/Makefile
index 202c5df1b37..1795c7541cc 100644
--- a/regress/usr.sbin/pkg_add/Makefile
+++ b/regress/usr.sbin/pkg_add/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.56 2018/06/18 14:06:11 espie Exp $
+# $OpenBSD: Makefile,v 1.57 2018/06/27 15:06:07 espie Exp $
REGRESS_TARGETS=pkgnames pkgpaths signatures depends-check longnames pkgcfl \
collision-check1-disabled collision-check2-disabled collision-check3 \
@@ -648,14 +648,14 @@ rep1/ol-1.tgz: plist21
CUPS_FILES += rep2/$o.tgz
rep2/$o.tgz: ${.CURDIR}/oldcups/$o/+CONTENTS
mkdir -p rep2
- cd rep2 && pkg_create -Dstub -f ${.CURDIR}/oldcups/$o/+CONTENTS
+ cd rep2 && pkg_create -DREGRESSION_TESTING -Dstub -f ${.CURDIR}/oldcups/$o/+CONTENTS
.endfor
.for n in cups-2.2.8 cups-filters-1.20.3 cups-libs-2.2.8 ghostscript-9.07p7
CUPS_FILES += rep3/$n.tgz
rep3/$n.tgz: ${.CURDIR}/newcups/$n/+CONTENTS
mkdir -p rep3
- cd rep3 && pkg_create -Dstub -f ${.CURDIR}/newcups/$n/+CONTENTS
+ cd rep3 && pkg_create -DREGRESSION_TESTING -Dstub -f ${.CURDIR}/newcups/$n/+CONTENTS
.endfor
cups-bug: ${CUPS_FILES}