]> git.corax.cc Git - toolbox/commit
test/ipc: Fix comparisons in test cases for ipc_endpoint_recv()
authorMatthias Kruk <m@m10k.eu>
Sat, 17 Sep 2022 05:17:38 +0000 (14:17 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 17 Sep 2022 05:17:38 +0000 (14:17 +0900)
commitbdebeda420db3e2ccccaa388120ce593accdbbc1
treef62162491751cd3aa611a320f40d32d3128f99af
parentdda7e3745ab257ae67bd2f4473dffa9d17e2a3fd
test/ipc: Fix comparisons in test cases for ipc_endpoint_recv()

In the test cases for ipc_endpoint_recv(), the comparisons used to
check the correctness of the received data are inverted, causing the
tests to fail when they should succeed and vice-versa.

This commit inverts the incorrect conditions.
test/ipc_spec.sh