summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGeorge Greer <perl@greerga.m-l.org>2014-06-21 19:17:09 -0400
committerGeorge Greer <perl@greerga.m-l.org>2014-06-21 19:17:09 -0400
commita7b0b63ac23b24666cd605e01393e7f8d45d02ab (patch)
treefa17176c88f2b638afde185724200b2722c3d317 /ext
parent3101bb05368cd2d7eedfcfb9ad57c2f47cf5b7a2 (diff)
downloadperl-a7b0b63ac23b24666cd605e01393e7f8d45d02ab.tar.gz
IPC-Open3.t: For d3ae482b also need the "SKIP" label from the original.
Diffstat (limited to 'ext')
-rw-r--r--ext/IPC-Open3/t/IPC-Open3.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IPC-Open3/t/IPC-Open3.t b/ext/IPC-Open3/t/IPC-Open3.t
index e306aec980..fcaecef61c 100644
--- a/ext/IPC-Open3/t/IPC-Open3.t
+++ b/ext/IPC-Open3/t/IPC-Open3.t
@@ -191,7 +191,7 @@ foreach my $handle (qw (DUMMY STDIN STDOUT STDERR)) {
# Test that tied STDIN, STDOUT, and STDERR do not cause open3 any discomfort.
# In particular, tied STDERR used to be able to prevent open3 from working
# correctly. RT #119843.
-{
+SKIP: {
if (&IPC::Open3::DO_SPAWN) {
skip "Calling open3 with tied filehandles does not work here", 6
}