diff options
author | Martijn van Duren <martijn@cvs.openbsd.org> | 2022-01-12 15:32:16 +0000 |
---|---|---|
committer | Martijn van Duren <martijn@cvs.openbsd.org> | 2022-01-12 15:32:16 +0000 |
commit | 791e4549fdb2275ada7733516bcfc0acaa83205a (patch) | |
tree | 55a63647c0d77d47067895e79ebf73d20a4bfcc7 /regress/usr.bin | |
parent | 873587f2fedb832add8160044bcfe5d011a0746d (diff) |
Enable commandl1, commandl2, and commandD1.
D1 already worked.
l1 and l2 fixed after analysis by seL4 <at> disroot <dot> org
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/sed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/sed/Makefile b/regress/usr.bin/sed/Makefile index 47f9871f968..02e6b0580ae 100644 --- a/regress/usr.bin/sed/Makefile +++ b/regress/usr.bin/sed/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2017/07/06 14:17:11 bluhm Exp $ +# $OpenBSD: Makefile,v 1.8 2022/01/12 15:32:15 martijn Exp $ # $NetBSD: Makefile,v 1.1 2005/04/04 16:48:45 peter Exp $ SED?= /usr/bin/sed @@ -6,7 +6,7 @@ SED?= /usr/bin/sed REGRESS_TARGETS= sedtest substitute hanoi math sierpinski negation \ inplace inplace2 inplace3 commandl1 commandl2 commandc1 commandD1 -commandl1 commandl2 commandc1 commandD1: +commandc1: # New tests, currently failing, need fixes in sed. @echo DISABLED |