Tests: Fixed wrong path (relative to $HOME) in CLI tests.
--- a/tests/cli_tests/run_python_example.bash Wed Feb 01 20:43:35 2023 +0100
+++ b/tests/cli_tests/run_python_example.bash Thu Feb 02 16:22:52 2023 +0100
@@ -2,7 +2,7 @@
# Run python example throug command line, and check usual output
-coproc setsid $BEREMIZPYTHONPATH $BEREMIZPATH/Beremiz_cli.py -k --project-home ~/src/beremiz/exemples/python build transfer run;
+coproc setsid $BEREMIZPYTHONPATH $BEREMIZPATH/Beremiz_cli.py -k --project-home $BEREMIZPATH/exemples/python build transfer run;
while read -u ${COPROC[0]} line; do
echo "$line"