From: Michael Tremer Date: Fri, 25 Oct 2024 15:58:13 +0000 (+0000) Subject: tests: deps: Check if we can parse paths X-Git-Tag: 0.9.30~877 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c16206eac1097d8c1d1a1f17d444a193ddba2a4;p=pakfire.git tests: deps: Check if we can parse paths Signed-off-by: Michael Tremer --- diff --git a/tests/libpakfire/deps.c b/tests/libpakfire/deps.c index 616ff52b3..4a1a456ab 100644 --- a/tests/libpakfire/deps.c +++ b/tests/libpakfire/deps.c @@ -83,6 +83,9 @@ static const char* relations[] = { "(beep or (bash and kernel))", "(beep or (bash and kernel) or foo)", + // Paths + "/lib64/ld-linux-x86-64.so.2", + NULL, };