From 623b8f7851648a5c476de904a8ffed7b7b679aab Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 26 Jun 2022 18:56:36 +0000 Subject: [PATCH] tests: further fixups --- tests/requires.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }