]> git.corax.cc Git - toolbox/commit
test/ipc: Fix typo in test case for ipc_endpoint_send()
authorMatthias Kruk <m@m10k.eu>
Sat, 17 Sep 2022 05:14:27 +0000 (14:14 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 17 Sep 2022 05:14:27 +0000 (14:14 +0900)
commited55b9092cf7ac06454b60c268138726c7ce7867
tree011e5e7b3030173256f6374bc34c6ba8e948fc21
parent6f17df841c99801a055a7d13df1fd89c59d8d4c7
test/ipc: Fix typo in test case for ipc_endpoint_send()

The test case that checks if ipc_endpoint_send() can send messages
to private endpoints contains a typo, causing the test case to fail.

This commit fixes the typo in the test case.
test/ipc_spec.sh