test: remove a superfluous string-is-null check
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 5 Nov 2019 03:33:11 +0000 (13:33 +1000)
committerRan Benita <ran234@gmail.com>
Thu, 7 Nov 2019 09:10:00 +0000 (11:10 +0200)
commit31e561fca9f2d6c9a0d0cc771d2bf77e6131ecdf
tree2ae562b149443f091c81aa471cc9981667e18143
parent96ef14ac949ba56bdf1358b65c5a95e48611f45e
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>
test/common.c