From d02a8fbe457a3db463d9424f101602bc49fc1d14 Mon Sep 17 00:00:00 2001 From: bluhm Date: Thu, 6 Jul 2017 14:17:11 +0000 Subject: [PATCH] Disable new tests until sed has been adapted. Discussed with otto@ --- regress/usr.bin/sed/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/regress/usr.bin/sed/Makefile b/regress/usr.bin/sed/Makefile index 074adff9a8b..47f9871f968 100644 --- a/regress/usr.bin/sed/Makefile +++ b/regress/usr.bin/sed/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2017/06/12 16:58:31 otto Exp $ +# $OpenBSD: Makefile,v 1.7 2017/07/06 14:17:11 bluhm Exp $ # $NetBSD: Makefile,v 1.1 2005/04/04 16:48:45 peter Exp $ SED?= /usr/bin/sed @@ -6,6 +6,10 @@ SED?= /usr/bin/sed REGRESS_TARGETS= sedtest substitute hanoi math sierpinski negation \ inplace inplace2 inplace3 commandl1 commandl2 commandc1 commandD1 +commandl1 commandl2 commandc1 commandD1: + # New tests, currently failing, need fixes in sed. + @echo DISABLED + sedtest: sh ${.CURDIR}/$@.sh ${SED} $@.out diff ${.CURDIR}/$@.expected $@.out @@ -60,7 +64,6 @@ commandD1: printf 'a\nbb\n' | ${SED} -f ${.CURDIR}/$@.sed > $@.out diff ${.CURDIR}/$@.expected $@.out - CLEANFILES+=*.out lines* script* *.txt .include -- 2.20.1