Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

tests: disable mknod/mknodat on openbsd too (EPERM errno). #2567

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devnexen
Copy link
Contributor

No description provided.

@SteveLauC
Copy link
Member

You got EPERM even with sudo?🤔

@devnexen
Copy link
Contributor Author

but then I get EINVAL for both.

@SteveLauC
Copy link
Member

EINVAL means there is probably something wrong with the test 🫠, can you show me the detailed errors?

@devnexen
Copy link
Contributor Author

---- sys::test_stat::test_mknod stdout ----
thread 'sys::test_stat::test_mknod' panicked at test/sys/test_stat.rs:380:54:
called `Result::unwrap()` on an `Err` value: EPERM

---- sys::test_stat::test_mknodat stdout ----
thread 'sys::test_stat::test_mknodat' panicked at test/sys/test_stat.rs:403:71:
called `Result::unwrap()` on an `Err` value: EPERM
---- sys::test_stat::test_mknod stdout ----
thread 'sys::test_stat::test_mknod' panicked at test/sys/test_stat.rs:380:54:
called `Result::unwrap()` on an `Err` value: EINVAL

---- sys::test_stat::test_mknodat stdout ----
thread 'sys::test_stat::test_mknodat' panicked at test/sys/test_stat.rs:403:71:
called `Result::unwrap()` on an `Err` value: EINVAL

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants