We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d432131 commit e9ef086Copy full SHA for e9ef086
tests/by-util/test_hostname.rs
@@ -14,8 +14,8 @@ fn test_hostname() {
14
assert!(ls_default_res.stdout().len() >= ls_domain_res.stdout().len());
15
}
16
17
-// FixME: fails for "MacOS" and "OpenBSD" => "failed to lookup address information"
18
-#[cfg(not(any(target_os = "macos", target_os = "openbsd")))]
+// FixME: fails for "MacOS" => "failed to lookup address information"
+#[cfg(not(any(target_os = "macos")))]
19
#[test]
20
fn test_hostname_ip() {
21
let result = new_ucmd!().arg("-i").succeeds();
0 commit comments