mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
hostname: enable test test_hostname_ip on OpenBSD
Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
parent
d4321315f1
commit
e9ef08622d
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ fn test_hostname() {
|
|||
assert!(ls_default_res.stdout().len() >= ls_domain_res.stdout().len());
|
||||
}
|
||||
|
||||
// FixME: fails for "MacOS" and "OpenBSD" => "failed to lookup address information"
|
||||
#[cfg(not(any(target_os = "macos", target_os = "openbsd")))]
|
||||
// FixME: fails for "MacOS" => "failed to lookup address information"
|
||||
#[cfg(not(any(target_os = "macos")))]
|
||||
#[test]
|
||||
fn test_hostname_ip() {
|
||||
let result = new_ucmd!().arg("-i").succeeds();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue