diff --git a/tests/requires.sh b/tests/requires.sh index 5cd874a..a02fb45 100755 --- a/tests/requires.sh +++ b/tests/requires.sh @@ -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 }