Update expected test results

master
Kai Pastor 2024-02-23 15:18:08 +01:00 committed by Ariadne Conill
parent 78d53ea012
commit 194dde096b
2 changed files with 4 additions and 4 deletions

View File

@ -231,7 +231,7 @@ libs_circular1_body()
libs_circular_directpc_body()
{
atf_check \
-o inline:"-lcircular-2 -lcircular-3 -lcircular-1\n" \
-o inline:"-lcircular-1 -lcircular-2 -lcircular-3\n" \
pkgconf --libs ${selfdir}/lib1/circular-3.pc
}

View File

@ -41,7 +41,7 @@ libs_static_body()
{
export PKG_CONFIG_PATH="${selfdir}/lib1"
atf_check \
-o inline:"-L/test/lib -lbaz -L/test/lib -lzee -L/test/lib -lfoo\n" \
-o inline:"-L/test/lib -lbaz -L/test/lib -lzee -lfoo\n" \
pkgconf --static --libs baz
}
@ -49,7 +49,7 @@ libs_static_pure_body()
{
export PKG_CONFIG_PATH="${selfdir}/lib1"
atf_check \
-o inline:"-L/test/lib -lbaz -L/test/lib -lfoo\n" \
-o inline:"-L/test/lib -lbaz -lfoo\n" \
pkgconf --static --pure --libs baz
}
@ -73,7 +73,7 @@ private_duplication_body()
{
export PKG_CONFIG_PATH="${selfdir}/lib1"
atf_check \
-o inline:"-lprivate -lbaz -lzee -lbar -lfoo -lfoo\n" \
-o inline:"-lprivate -lbaz -lzee -lbar -lfoo\n" \
pkgconf --static --libs-only-l private-libs-duplication
}