From ed55b9092cf7ac06454b60c268138726c7ce7867 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Sat, 17 Sep 2022 14:14:27 +0900 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3