testsuite: fix testsuite typos

pull/48/head
William Pitcock 2013-04-09 07:39:27 -05:00
parent cd0f7fec1d
commit 6db657c5ec
2 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@ includedir=${prefix}/include
Name: foo
Description: A testing pkg-config file
Version: 1.2.3
Libs: -L${libdir} -lbar
Cflags: -fPIC -I${includedir}/bar
Libs: -L${libdir} -lfoo
Cflags: -fPIC -I${includedir}/foo

View File

@ -228,7 +228,7 @@ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --exists --print-errors 'foo >
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --exists --print-errors 'nonexisting foo <= 3'; echo \$?" \
'1'
run_test "PKG_CONFIG_PATH='${selfdir}/lib2' ${1} ${selfdir}/lib3/bar.pc --cflags'" \
run_test "PKG_CONFIG_PATH='${selfdir}/lib2' ${1} ${selfdir}/lib3/bar.pc --cflags" \
'-fPIC -I/usr/include/foo'
# 10) tests for internal getopt implementation with options at the end