Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed PFD testGetFd_canRead test failed on macOS. #7202

Merged
merged 1 commit into from Apr 3, 2022

Commits on Apr 3, 2022

  1. Fixed PFD testGetFd_canRead test failed on macOS.

    Used `new FileInputStream(FileDescriptor)` instead of `new FileInputStream(String)`.
    
    Avoid depending on Linux file system details, and make full use of Java cross platform feature.
    
    Notes: it can still run failed on Windows.
    
    Signed-off-by: ZSmallX <diosmallx@gmail.com>
    ZSmallX committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    cd6430f View commit details
    Browse the repository at this point in the history