test: add mangle_path to the excluded symbols leak list

Don't 100% know where it comes from but it's not ours, so...

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-02-06 10:36:17 +10:00
parent 6668e0fe21
commit e74ba891f7

View file

@ -142,6 +142,7 @@ static-symbol-leaks: test-static-link
grep -o -e " T .*" | \
grep -v -e " main$$" \
-e " atexit" \
-e " mangle_path" \
-e " *gcov.*" \
-e " _.*" \
-e " libevdev_*" && \