testsuite: fix erroneous test to match bugfix

pull/62/head pkgconf-0.9.4
William Pitcock 2013-12-27 11:47:40 +00:00
parent 888bd00ca2
commit cd6d52b965
1 changed files with 1 additions and 1 deletions

View File

@ -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 -lzee -lbar -lfoo'
'-lprivate -lbaz -lfoo -lbar -lzee'
# 4) tests for parser bugs
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs dos-lineendings" \