Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests,aix: avoid running fsync on directory
The underlying fsync system call returns EBADF on a file descriptor for an open directory. So avoid running fsync on it.
- Loading branch information