Commit 31e561fca9f2d6c9a0d0cc771d2bf77e6131ecdf

Peter Hutterer 2019-11-05T13:33:11

test: remove a superfluous string-is-null check A few lines above we check path_rel[0], so any null pointer will blow up before we get here. Found by coverity Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>