Update test expected results

master
Kai Pastor 2024-03-18 08:37:17 +01:00 committed by Ariadne Conill
parent f95e8d4428
commit d6753888b8
1 changed files with 1 additions and 4 deletions

View File

@ -78,10 +78,7 @@ private_duplication_digraph_body()
{
export PKG_CONFIG_PATH="${selfdir}/lib1"
atf_check \
-o 'match:"virtual:world" -> "private-libs-duplication"' \
-o 'match:"virtual:world" -> "bar"' \
-o 'match:"virtual:world" -> "baz"' \
-o 'match:"virtual:world" -> "foo"' \
-o 'match:"user:request" -> "private-libs-duplication"' \
-o 'match:"private-libs-duplication" -> "bar"' \
-o 'match:"private-libs-duplication" -> "baz"' \
-o 'match:"bar" -> "foo"' \