Skip to content

Commit

Permalink
Merge 48b9d4f into facfab6
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed May 15, 2021
2 parents facfab6 + 48b9d4f commit d981d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doio.c
Expand Up @@ -2766,6 +2766,7 @@ nothing in the core.
#endif
}
else {
SETERRNO(EBADF,RMS_IFI);
tot--;
}
}
Expand Down
1 change: 1 addition & 0 deletions t/io/fs.t
Expand Up @@ -265,6 +265,7 @@ SKIP: {
check_utime_result($ut, $accurate_timestamps, $delta);
# [perl #122703]
close $fh;
$! = 0;
ok(!utime($ut,$ut + $delta, $fh),
"utime fails on a closed file handle");
isnt($!+0, 0, "and errno was set");
Expand Down

0 comments on commit d981d17

Please sign in to comment.