From 7c7ecc33be9946ff81954d90bad50cf2e5c016c1 Mon Sep 17 00:00:00 2001 From: tg Date: Thu, 10 Jul 2008 19:06:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20remove=20bizarre=20test=20constrain?= =?UTF-8?q?t=20=E2=80=A2=20make=20a=20test=20succeed=20on=20Tru64,=20whose?= =?UTF-8?q?=20cat=20likes=20to=20output=20=20=20=E2=94=82Successful=20=20?= =?UTF-8?q?=20=E2=94=82cat:=20output=20error=20=20=20on=20this=20test=20ca?= =?UTF-8?q?se?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check.t | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/check.t b/check.t index b990b30..360110b 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.207 2008/07/09 21:32:42 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.208 2008/07/10 19:06:15 tg Exp $ # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ @@ -2965,8 +2965,6 @@ expected-stdout: foo bar --- name: regression-13 -# no /etc/termcap on UWIN -category: !os:uwin-nt description: The following command hangs forever: $ (: ; cat /etc/termcap) | sleep 2 @@ -2983,7 +2981,7 @@ stdin: cat t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 > t2 cat t2 t2 t2 t2 t2 t2 t2 t2 t2 t2 t2 t2 t2 t2 t2 t2 > t1 cat t1 t1 t1 t1 > t2 - (: ; cat t2) | sleep 1 + (: ; cat t2 2>&-) | sleep 1 --- name: regression-14 description: