projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f6a0684
)
Typo in #10937.
Jarkko Hietaniemi [Mon, 25 Jun 2001 21:14:41 +0000 (21:14 +0000)]
p4raw-id: //depot/perl@10938
ext/POSIX/sigaction.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/sigaction.t
b/ext/POSIX/sigaction.t
index
999592d
..
70e8e19
100644
(file)
--- a/
ext/POSIX/sigaction.t
+++ b/
ext/POSIX/sigaction.t
@@
-117,7
+117,7
@@
eval {
};
print $@ ? "ok 17\n" : "not ok 17\n";
-if ($^O e 'VMS') {
+if ($^O eq 'VMS') {
print "ok 18 # Skip: SIGCONT not trappable in $^O\n";
} else {
$newaction=POSIX::SigAction->new(sub { $ok10=1; });