test: avoid running fsync on directory on AIX · nodejs/node@3128cb7 · GitHub
Skip to content

Commit 3128cb7

Browse files
jBarzBethGriggs
authored andcommitted
test: avoid running fsync on directory on AIX
On AIX the underlying fsync system call returns EBADF on a file descriptor for an open directory. So avoid running fsync on it. PR-URL: #21298 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent 97cc0fc commit 3128cb7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/parallel/test-fs-utimes.js

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)