Enable commandl1, commandl2, and commandD1.
authormartijn <martijn@openbsd.org>
Wed, 12 Jan 2022 15:32:15 +0000 (15:32 +0000)
committermartijn <martijn@openbsd.org>
Wed, 12 Jan 2022 15:32:15 +0000 (15:32 +0000)
D1 already worked.
l1 and l2 fixed after analysis by seL4 <at> disroot <dot> org

regress/usr.bin/sed/Makefile

index 47f9871..02e6b05 100644 (file)
@@ -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