tmedicci opened a new pull request, #1707: URL: https://github.com/apache/nuttx-apps/pull/1707
## Summary Adjust the test considering the [POSIX-compliant behavior of NuttX's FIFO](https://github.com/apache/nuttx/pull/8985) (`mkfifo`), which should block `open` for read-only and write-only when there are no writers or readers, respectively. This test's result is expected to be the same as any other POSIX-compliant system. This commit also: * Fix redirect test; * Use pthread instead `task_create` to be able to run this test on POSIX-compliant systems; * General fixes regarding formatting and error messages; ## Impact Test the POSIX-compliant implementation of NuttX's pipes. ## Testing Testing with `sim:citest` and on Linux. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org