summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/POSIX/sigaction.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/sigaction.t b/ext/POSIX/sigaction.t
index 999592dad6..70e8e19299 100644
--- 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; });