Skip to content

Fix _realpath()

Frederic Danis requested to merge wip/fda/6306 into apertis/v2020pre

Apertis-tests for geoclue fails with the following error:

/usr/share/chaiwala-tests/geoclue/automated/run-test.sh: 260: cd: can't cd to /usr/share/chaiwala-tests/geoclue/automated/../../resources

In this case /usr/share/chaiwala-tests/geoclue/automated is a link to ../../../lib/apertis-tests/geoclue/automated.

Force cd to resolve symbolic links to their values.

Signed-off-by: Frédéric Danis frederic.danis@collabora.com

Merge request reports