]> git.corax.cc Git - toolbox/commitdiff
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)
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

index 5cbb026f29a8ce5d635dd7fc43a2e3abc40a29b9..73da37962574960a293e1c6d0072f8b0bd17b817 100644 (file)
@@ -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