]> git.corax.cc Git - toolbox/commit
test/ipc: Fix return values in test case for ipc_endpoint_open()
authorMatthias Kruk <m@m10k.eu>
Sat, 17 Sep 2022 05:17:01 +0000 (14:17 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 17 Sep 2022 05:17:01 +0000 (14:17 +0900)
commitdda7e3745ab257ae67bd2f4473dffa9d17e2a3fd
treebbafd8d1a4434e8c756304f9ad72c8d0514f9f36
parent25e007f09a0e1bdcd346fe22f097fb7baaeb5060
test/ipc: Fix return values in test case for ipc_endpoint_open()

When testing whether ipc_endpoint_open() correctly opens a private
endpoint, the return values of the test case are inverted, causing
the test to fail when it should succeed and vice-versa.

This commit inverts the return values of the test case.
test/ipc_spec.sh