diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2022-05-10 09:42:33 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2022-05-10 09:42:33 +0000 |
commit | 31b2213989c7877ba8bb97125f6e30c14bbdee36 (patch) | |
tree | 67d73964d93845eb239d61b3fb139d1eb8e6ab4d /regress | |
parent | 8fe7d3ff2a49ce048841d7c6a005238bfd2d00d8 (diff) |
The tests no-symlink and oldlib2 pass now. Do not expect failure.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.sbin/pkg_add/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/pkg_add/Makefile b/regress/usr.sbin/pkg_add/Makefile index 32fe40fae86..9044887667a 100644 --- a/regress/usr.sbin/pkg_add/Makefile +++ b/regress/usr.sbin/pkg_add/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.85 2022/04/27 15:15:45 espie Exp $ +# $OpenBSD: Makefile,v 1.86 2022/05/10 09:42:32 bluhm Exp $ REGRESS_TARGETS=pkgnames pkgpaths signatures depends-check longnames pkgcfl \ collision-check1 collision-check2 collision-check3 \ @@ -20,7 +20,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 no-symlink oldlib2 + exotest tying-2 PERLSCRIPT = perl -I ${.CURDIR} ${.CURDIR} |