Skip to content

Commit

Permalink
POSIX/t/wrappers.t: One-character typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed May 5, 2024
1 parent 9fd1426 commit 1e43922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/POSIX/t/wrappers.t
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ SKIP: {
is(POSIX::wait(), $pid, 'wait');
is(POSIX::WIFEXITED(${^CHILD_ERROR_NATIVE}), 1, 'child exited cleanly');
is(POSIX::WEXITSTATUS(${^CHILD_ERROR_NATIVE}), 1,
'child exited with 1 (the retun value of its close call)');
'child exited with 1 (the return value of its close call)');
} else {
# Child
close *STDIN;
Expand Down

0 comments on commit 1e43922

Please sign in to comment.