From fa665a40a56ad549f8b1cf492144ca61b31c6295 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 21 May 2015 22:17:55 -0500 Subject: [PATCH] tests: correct private-libs-duplication order --- tests/run.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh.in b/tests/run.sh.in index a3721a9..75675e3 100644 --- a/tests/run.sh.in +++ b/tests/run.sh.in @@ -117,7 +117,7 @@ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --libs argv-parse-2" \ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --cflags baz" \ '-fPIC' '-I/usr/include/foo' '-DFOO_STATIC' run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --libs-only-l private-libs-duplication" \ - '-lprivate -lbaz -lfoo -lbar -lzee' + '-lprivate -lfoo -lbaz -lzee -lbar -lfoo' run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --libs static-libs" \ '-lbar -lbar-private -lfoo'