Author :
Peter Hutterer
Date :
2019-11-05 13:33:11
Hash :31e561fc Message :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>