Skip to content

Fix gdatetime tests on toolbox

Philip Withnall requested to merge pwithnall/glib:timezone-test-toolbox into master

When running under toolbox, the timezone tests fail due to not handling TZ=/run/host/monitor/localtime. On closer reading of man 3 timezone, that’s a valid value for TZ, so we should not fail the tests on it.

Merge request reports