summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2021-12-27 02:50:55 -0600
committerRyan Zoeller <rtzoeller@rtzoeller.com>2021-12-27 02:56:19 -0600
commit1eeccb942e9cde89d96a927c2a19622b213e4bfd (patch)
tree221b0d140e08e72287d10692bc3c35a754fd3dea /test
parenta392647f450f88bf4a162135712ea023e8da3b1a (diff)
downloadnix-1eeccb942e9cde89d96a927c2a19622b213e4bfd.zip
Add posix_fallocate on DragonFly
Diffstat (limited to 'test')
-rw-r--r--test/test_fcntl.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_fcntl.rs b/test/test_fcntl.rs
index db2acfbf..b24a49ee 100644
--- a/test/test_fcntl.rs
+++ b/test/test_fcntl.rs
@@ -488,6 +488,7 @@ mod test_posix_fadvise {
#[cfg(any(target_os = "linux",
target_os = "android",
+ target_os = "dragonfly",
target_os = "emscripten",
target_os = "fuchsia",
any(target_os = "wasi", target_env = "wasi"),