testsuite: fix testsuite typos
parent
cd0f7fec1d
commit
6db657c5ec
|
@ -6,5 +6,5 @@ includedir=${prefix}/include
|
||||||
Name: foo
|
Name: foo
|
||||||
Description: A testing pkg-config file
|
Description: A testing pkg-config file
|
||||||
Version: 1.2.3
|
Version: 1.2.3
|
||||||
Libs: -L${libdir} -lbar
|
Libs: -L${libdir} -lfoo
|
||||||
Cflags: -fPIC -I${includedir}/bar
|
Cflags: -fPIC -I${includedir}/foo
|
||||||
|
|
|
@ -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 \$?" \
|
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --exists --print-errors 'nonexisting foo <= 3'; echo \$?" \
|
||||||
'1'
|
'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'
|
'-fPIC -I/usr/include/foo'
|
||||||
|
|
||||||
# 10) tests for internal getopt implementation with options at the end
|
# 10) tests for internal getopt implementation with options at the end
|
||||||
|
|
Loading…
Reference in New Issue