From 8c16206eac1097d8c1d1a1f17d444a193ddba2a4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 25 Oct 2024 15:58:13 +0000 Subject: [PATCH] tests: deps: Check if we can parse paths Signed-off-by: Michael Tremer --- tests/libpakfire/deps.c | 3 +++ 1 file changed, 3 insertions(+) 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, }; -- 2.39.5