Skip to content

Commit 0fabf82

Browse files
committed
df: disable test_type_option_with_file on OpenBSD
Signed-off-by: Laurent Cheylus <[email protected]>
1 parent b6ad527 commit 0fabf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_df.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ fn test_type_option() {
326326
}
327327

328328
#[test]
329-
#[cfg(not(any(target_os = "freebsd", target_os = "windows")))] // FIXME: fix test for FreeBSD & Win
329+
#[cfg(not(any(target_os = "freebsd", target_os = "openbsd", target_os = "windows")))] // FIXME: fix test for FreeBSD, OpenBSD & Win
330330
#[cfg(not(feature = "feat_selinux"))]
331331
fn test_type_option_with_file() {
332332
let fs_type = new_ucmd!()

0 commit comments

Comments
 (0)