Debian GNU/kFreeBSD $^O value, 10x tarzeau
This commit is contained in:
parent
08624e7e49
commit
8f7d2292a8
6
check.t
6
check.t
|
@ -1,4 +1,4 @@
|
|||
# $MirOS: src/bin/mksh/check.t,v 1.204 2008/07/08 20:54:33 tg Exp $
|
||||
# $MirOS: src/bin/mksh/check.t,v 1.205 2008/07/08 22:29:00 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 $
|
||||
|
@ -4410,7 +4410,7 @@ expected-stdout:
|
|||
name: utf8opt-1b
|
||||
description:
|
||||
Check that the utf8-hack flag is not set at non-interactive startup
|
||||
category: os:gnu,os:hpux,os:linux
|
||||
category: os:gnu,os:gnukfreebsd,os:hpux,os:linux
|
||||
env-setup: !PS1=!PS2=!LC_CTYPE=en_US.utf8!
|
||||
stdin:
|
||||
if [[ $(set +o) = *@(-o utf8-hack)@(| *) ]]; then
|
||||
|
@ -4424,7 +4424,7 @@ expected-stdout:
|
|||
name: utf8opt-2a
|
||||
description:
|
||||
Check that the utf8-hack flag is set at interactive startup
|
||||
category: !os:gnu,!os:hpux,!os:linux
|
||||
category: !os:gnu,!os:gnukfreebsd,!os:hpux,!os:linux
|
||||
arguments: !-i!
|
||||
env-setup: !PS1=!PS2=!LC_CTYPE=en_US.UTF-8!
|
||||
stdin:
|
||||
|
|
Loading…
Reference in New Issue