1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

tests: disable failed tests for cat on OpenBSD

Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
Laurent Cheylus 2024-07-06 22:29:12 +02:00
parent 8cc129cff8
commit b69070fdff
No known key found for this signature in database

View file

@ -601,6 +601,7 @@ fn test_write_to_self() {
#[test] #[test]
#[cfg(unix)] #[cfg(unix)]
#[cfg(not(target_os = "openbsd"))]
fn test_error_loop() { fn test_error_loop() {
let (at, mut ucmd) = at_and_ucmd!(); let (at, mut ucmd) = at_and_ucmd!();
at.symlink_file("2", "1"); at.symlink_file("2", "1");