comment on slow machines and OEs like GNU/Cygwin32
This commit is contained in:
parent
042086e49e
commit
732e10c982
11
check.t
11
check.t
@ -1,4 +1,4 @@
|
||||
# $MirOS: src/bin/mksh/check.t,v 1.250 2008/12/04 18:11:03 tg Exp $
|
||||
# $MirOS: src/bin/mksh/check.t,v 1.251 2008/12/08 13:57:35 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 $
|
||||
@ -154,6 +154,8 @@ expected-stdout:
|
||||
name: alias-9
|
||||
description:
|
||||
Check that recursion is detected/avoided in aliases.
|
||||
This check fails for slow machines or Cygwin, raise
|
||||
the time-limit clause (e.g. to 7) if this occurs.
|
||||
time-limit: 3
|
||||
stdin:
|
||||
echo -n >tf
|
||||
@ -1697,9 +1699,10 @@ expected-stdout:
|
||||
---
|
||||
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.
|
||||
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), or Cygwin,
|
||||
that's normal.
|
||||
stdin:
|
||||
TMPDIR=$PWD
|
||||
# Background eval so main shell doesn't do parsing
|
||||
|
Loading…
Reference in New Issue
Block a user