Package: libgudev / 232-2

Metadata

Package Version Patches format
libgudev 232-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 tests Fix test assertion with umockdev.patch | (download)

tests/test-enumerator-filter.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 tests: fix test assertion with umockdev

Since 0.9.4, rather than checking for libumockdev-preload being in
LD_PRELOAD, umockdev_in_mock_environment now checks whether /sys is
being redirected. This only occurs when $UMOCKDEV_DIR is set, which
happens inside umockdev_testbed_new, so the assertion must come after
this call.

https://bugzilla.gnome.org/show_bug.cgi?id=792845