Subject: | t/pty.t hangs on OpenBSD. |
The issue (I'm guessing in the kernel) that causes FreeBSD to fail in t/pty.t seems to cause similar issues on OpenBSD. Attached is a patch to prevent the test from hanging.
--- t/pty.t.orig Fri Nov 26 10:04:15 2004
+++ t/pty.t Fri Nov 26 10:05:13 2004
@@ -85,7 +85,7 @@
## Older Perls can't ok( a, qr// ), so I manually do that here.
my $exp ;
-my $freebsd = $^O =~ /freebsd/ ? "freebsd deadlocks on this test" : "" ;
+my $freebsd = $^O =~ /freebsd/ || $^O =~ /openbsd/ ? "BSDs deadlocks on this test" : "" ;
my @tests = (
##