]> git.ipfire.org Git - pakfire.git/commitdiff
tests: deps: Check if we can parse paths
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Oct 2024 15:58:13 +0000 (15:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Oct 2024 15:58:13 +0000 (15:58 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tests/libpakfire/deps.c

index 616ff52b3c427e109780ba9f32c400ed2fc40859..4a1a456abb32f57a6f4c58969911cfd0ffbdd8c3 100644 (file)
@@ -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,
 };