This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4fee1a
)
Fix spelling nit.
author
Steve Peters
<steve@fisharerojo.org>
Wed, 11 Apr 2007 17:16:00 +0000
(17:16 +0000)
committer
Steve Peters
<steve@fisharerojo.org>
Wed, 11 Apr 2007 17:16:00 +0000
(17:16 +0000)
p4raw-id: //depot/perl@30912
ext/POSIX/t/posix.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/t/posix.t
b/ext/POSIX/t/posix.t
index
40fee23
..
395daa0
100644
(file)
--- a/
ext/POSIX/t/posix.t
+++ b/
ext/POSIX/t/posix.t
@@
-82,7
+82,7
@@
SKIP: {
# finish the test.
# For others (darwin & freebsd), let the test fail without crashing.
my $todo = $^O eq 'netbsd' && $Config{osvers}=~/^1\.6/;
- my $why_todo = "# TODO $^O $Config{osvers} seems to lo
o
se blocked signals";
+ my $why_todo = "# TODO $^O $Config{osvers} seems to lose blocked signals";
if (!$todo) {
kill 'HUP', $$;
} else {