Skip to content

Commit 4e4a994

Browse files
committed
test: Add dragonfly to test
1 parent 1dcf578 commit 4e4a994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_unistd.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,7 @@ fn test_ttyname_invalid_fd() {
10521052
target_os = "freebsd",
10531053
target_os = "openbsd",
10541054
target_os = "netbsd",
1055+
target_os = "dragonfly",
10551056
))]
10561057
fn test_getpeereid() {
10571058
use std::os::unix::net::UnixStream;

0 commit comments

Comments
 (0)