tests: further fixups

pull/241/head
Ariadne Conill 2022-06-26 18:56:36 +00:00
parent fdd7d192e0
commit 623b8f7851
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ private_duplication_body()
{
export PKG_CONFIG_PATH="${selfdir}/lib1"
atf_check \
-o inline:"-lprivate -lfoo -lbaz -lzee -lbar -lfoo \n" \
-o inline:"-lprivate -lfoo -lbaz -lzee -lfoo -lbar \n" \
pkgconf --static --libs-only-l private-libs-duplication
}