‣ merge from mksh R40-stable

drop heredoc-weird-3 while here, it’s not deterministic by design(?)
This commit is contained in:
tg 2011-07-16 17:08:35 +00:00
parent e03b485d75
commit 620faa3dc9
1 changed files with 1 additions and 14 deletions

15
check.t
View File

@ -1,4 +1,4 @@
# $MirOS: src/bin/mksh/check.t,v 1.474 2011/07/07 21:02:39 tg Exp $
# $MirOS: src/bin/mksh/check.t,v 1.475 2011/07/16 17:08: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 $
@ -2325,19 +2325,6 @@ expected-stdout:
hello
end
---
name: heredoc-weird-3
description:
Tests for here documents, taken from Austin ML
need-pass: no
stdin:
cat <<x*x & touch 'x*x'
hello
x*x
echo end
expected-stdout:
hello
end
---
name: heredoc-weird-4
description:
Tests for here documents, taken from Austin ML