tests: Fix leak when checking for du binary
commitf7bd41fdaab6b5c65714c6b15335a6d1a855cecf
authorPhilip Withnall <withnall@endlessm.com>
Wed, 27 Jun 2018 08:57:37 +0000 (27 09:57 +0100)
committerPhilip Withnall <withnall@endlessm.com>
Fri, 29 Jun 2018 11:13:32 +0000 (29 12:13 +0100)
treed81fdcdcf7a94c4db92faa8cac3dca4b7bcfd78a
parent93b519b104802250ad2f61f9a67fa5c236ef036b
tests: Fix leak when checking for du binary

g_find_program_in_path() returns a pointer, not a boolean.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
gio/tests/file.c