tests: Rewrite the icontheme tests
authorMatthias Clasen <mclasen@redhat.com>
Fri, 23 Sep 2022 17:12:41 +0000 (13:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 23 Sep 2022 22:12:39 +0000 (18:12 -0400)
commit1e65d6640fe03852c9f5b3ed40bf238104eb8c2b
tree1d36a1a88b04cfedcde5e57f8135fb624f12dc66
parent8a4fd30797e95ce2ce1bbeb5df881c1024e73e67
tests: Rewrite the icontheme tests

The lookup order tests were relying on out
debug spew using g_log, so they can redirect
the output by setting a log writer function.

Rewrite this to use g_test_subprocess() and
parse stderr.
testsuite/gtk/icontheme.c