mark some tests as !need-pass due to Perl dependencies
This commit is contained in:
parent
e5a54ebb6b
commit
8f135b3904
6
check.t
6
check.t
@ -1,4 +1,4 @@
|
|||||||
# $MirOS: src/bin/mksh/check.t,v 1.746 2016/07/28 21:39:16 tg Exp $
|
# $MirOS: src/bin/mksh/check.t,v 1.747 2016/08/01 21:29:05 tg Exp $
|
||||||
# -*- mode: sh -*-
|
# -*- mode: sh -*-
|
||||||
#-
|
#-
|
||||||
# Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
# Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||||
@ -10383,6 +10383,8 @@ name: fd-cloexec-1
|
|||||||
description:
|
description:
|
||||||
Verify that file descriptors > 2 are private for Korn shells
|
Verify that file descriptors > 2 are private for Korn shells
|
||||||
AT&T ksh93 does this still, which means we must keep it as well
|
AT&T ksh93 does this still, which means we must keep it as well
|
||||||
|
XXX fails on some old Perl installations
|
||||||
|
need-pass: no
|
||||||
category: shell:legacy-no
|
category: shell:legacy-no
|
||||||
stdin:
|
stdin:
|
||||||
cat >cld <<-EOF
|
cat >cld <<-EOF
|
||||||
@ -10401,6 +10403,8 @@ name: fd-cloexec-2
|
|||||||
description:
|
description:
|
||||||
Verify that file descriptors > 2 are not private for POSIX shells
|
Verify that file descriptors > 2 are not private for POSIX shells
|
||||||
See Debian Bug #154540, Closes: #499139
|
See Debian Bug #154540, Closes: #499139
|
||||||
|
XXX fails on some old Perl installations
|
||||||
|
need-pass: no
|
||||||
stdin:
|
stdin:
|
||||||
cat >cld <<-EOF
|
cat >cld <<-EOF
|
||||||
#!$__perlname
|
#!$__perlname
|
||||||
|
Loading…
x
Reference in New Issue
Block a user