From: Matthias Kruk Date: Sat, 17 Sep 2022 05:14:27 +0000 (+0900) Subject: test/ipc: Fix typo in test case for ipc_endpoint_send() X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=ed55b9092cf7ac06454b60c268138726c7ce7867;p=toolbox 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. --- diff --git a/test/ipc_spec.sh b/test/ipc_spec.sh index 5cbb026..73da379 100644 --- a/test/ipc_spec.sh +++ b/test/ipc_spec.sh @@ -600,7 +600,7 @@ Describe "ipc_endpoint_send" } When call _test_ipc_endpoint_send_private - The status should eqal 0 + The status should equal 0 End End