From 79ba3570f0338b72704adb311fdf0df8a439db71 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 18 Aug 2006 13:41:09 +0000 Subject: [PATCH] add a note about why this check can fail --- check.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check.t b/check.t index 1b0c461..35a5d2f 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.57 2006/08/18 13:40:15 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.58 2006/08/18 13:41:09 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 $ @@ -1393,6 +1393,7 @@ name: heredoc-tmpfile-8 description: Check that heredoc temp files aren't removed too soon or too late. Heredoc in function, backgrounded call to function. + This check can fail on slow machines (<100 MHz), that's normal. stdin: TMPDIR=$PWD # Background eval so main shell doesn't do parsing