From 466bd2435381c64783142b92e8b2460aa4dd4fbb Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 19 Mar 2022 07:01:00 +0000 Subject: [PATCH] mark injection fault test as okay to fail, since this case no longer creates temp files with the current optimization. --- regress/usr.sbin/pkg_add/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/usr.sbin/pkg_add/Makefile b/regress/usr.sbin/pkg_add/Makefile index a4a4cb90999..31d88fba0de 100644 --- a/regress/usr.sbin/pkg_add/Makefile +++ b/regress/usr.sbin/pkg_add/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.78 2021/10/06 14:24:17 espie Exp $ +# $OpenBSD: Makefile,v 1.79 2022/03/19 07:01:00 espie Exp $ REGRESS_TARGETS=pkgnames pkgpaths signatures depends-check longnames pkgcfl \ collision-check1 collision-check2 collision-check3 \ @@ -19,7 +19,7 @@ REGRESS_ROOT_TARGETS = temp-error2-as-root # lots of tests that really require a vstat overhaul REGRESS_EXPECTED_FAILURES = collision-check1 collision-check2 \ collision-check5 collision-check6 collision-check7 \ - exotest tying-2 + exotest tying-2 temp-error3 PERLSCRIPT = perl -I ${.CURDIR} ${.CURDIR} -- 2.20.1