disable utf8bom-2 check on Ultrix, its perl fails on us
(not a problem though, as the code works just fine)
This commit is contained in:
5
check.t
5
check.t
@ -1,4 +1,4 @@
|
|||||||
# $MirOS: src/bin/mksh/check.t,v 1.172 2008/04/01 21:39:44 tg Exp $
|
# $MirOS: src/bin/mksh/check.t,v 1.173 2008/04/02 17:09:45 tg Exp $
|
||||||
# $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas 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: 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 $
|
# $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $
|
||||||
@ -4327,7 +4327,8 @@ description:
|
|||||||
Check that we can execute BOM-shebangs
|
Check that we can execute BOM-shebangs
|
||||||
XXX if the OS can already execute them, we lose
|
XXX if the OS can already execute them, we lose
|
||||||
note: cygwin execve(2) doesn't return to us with ENOEXEC, we lose
|
note: cygwin execve(2) doesn't return to us with ENOEXEC, we lose
|
||||||
category: pdksh,!os:cygwin,!os:uwin-nt
|
note: Ultrix perl5 t4 returns 65280 (exit-code 255) and no text
|
||||||
|
category: pdksh,!os:cygwin,!os:uwin-nt,!os:ultrix
|
||||||
env-setup: !FOO=BAR!
|
env-setup: !FOO=BAR!
|
||||||
stdin:
|
stdin:
|
||||||
print '#!'"$__progname"'\nprint "a=$ENV{FOO}";' >t1
|
print '#!'"$__progname"'\nprint "a=$ENV{FOO}";' >t1
|
||||||
|
Reference in New Issue
Block a user