]> git.corax.cc Git - toolbox/commit
test/{ipc,uipc}: Fix the path to the JSON schema validator
authorMatthias Kruk <m@m10k.eu>
Sat, 7 Jan 2023 07:25:01 +0000 (16:25 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 7 Jan 2023 07:25:01 +0000 (16:25 +0900)
commit2e20d08a33f780c68dd29e30b81efd8249976dda
treefd8e1fa13edb30f487e9022fbf9d839fea9f2e51
parentd6645611439e2a41dc01a5462f05a28145791cf6
test/{ipc,uipc}: Fix the path to the JSON schema validator

The test specs for the ipc and uipc modules assume to be executed
in the test directory. Thus, they call the JSON schema validator
using a path that is relative to the test directory. However, the
test specs should assume to be executed in the root directory of
the source tree.

This commit changes the paths to the JSON schema validator in the
test specs for the ipc and uipc modules so they are relative to
the root of the source tree.
test/ipc_spec.sh
test/uipc_spec.sh