Skip to content

Commit

Permalink
test: Add dragonfly to test
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Nov 29, 2020
1 parent 1dcf578 commit 4e4a994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_unistd.rs
Expand Up @@ -1052,6 +1052,7 @@ fn test_ttyname_invalid_fd() {
target_os = "freebsd",
target_os = "openbsd",
target_os = "netbsd",
target_os = "dragonfly",
))]
fn test_getpeereid() {
use std::os::unix::net::UnixStream;
Expand Down

0 comments on commit 4e4a994

Please sign in to comment.