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'