Ticket #5578 (new bug)
write access permission of binary result different on OpenBSD
| Reported by: | ivdsangen | Owned by: | igloo |
|---|---|---|---|
| Priority: | low | Milestone: | 7.6.2 |
| Component: | Test Suite | Version: | 7.2.1 |
| Keywords: | Cc: | ||
| Operating System: | OpenBSD | Architecture: | x86 |
| Type of failure: | Runtime crash | Difficulty: | |
| Test Case: | getPermissions001 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
Checking the write access of the binary itself gives a different result on OpenBSD. Therefore excluding the test case on OpenBSD host.
For reference comare the results of this program on OpenBSD: #include<unistd.h> int main() {
printf("%i\n", access("test",W_OK) == 0);
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

