test: add mangle_path to the excluded symbols leak list
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 6 Feb 2020 00:36:17 +0000 (10:36 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 6 Feb 2020 00:36:17 +0000 (10:36 +1000)
Don't 100% know where it comes from but it's not ours, so...

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/Makefile.am

index 25290f25906a449abfb268697eee6bf28d533240..41730e9d17e020b0b317ca5c87b4bb544d452382 100644 (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_*" && \