fix test #9 output

pull/15/head
William Pitcock 2012-05-03 18:05:01 +00:00
parent 49a5eddad1
commit 5996e37703
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --libs bar" \
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --libs --cflags baz" \
'-lbaz' '-fPIC' '-I/usr/include/foo'
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --static --libs baz" \
'-lfoo -lbaz -lzee'
'-L/usr/lib -lfoo -L/usr/lib -lbaz -L/usr/lib -lzee'
if [ ${failed} -gt 0 ]; then
echo "${failed} of ${done} tests failed. See output for details." >&2