forked from ariadne/pkgconf
tests: ensure all core tests are posixly-correct (issue #25)
parent
c928e7e429
commit
4c82d02e99
|
@ -53,7 +53,7 @@ run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --uninstalled 'foo'; echo \$?" \
|
||||||
'1'
|
'1'
|
||||||
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --uninstalled 'omg'; echo \$?" \
|
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --uninstalled 'omg'; echo \$?" \
|
||||||
'0'
|
'0'
|
||||||
run_test "${1} ${selfdir}/lib1/foo.pc --modversion" \
|
run_test "${1} --modversion ${selfdir}/lib1/foo.pc" \
|
||||||
'1.2.3'
|
'1.2.3'
|
||||||
|
|
||||||
# 2) tests for PKG_CONFIG_PATH order
|
# 2) tests for PKG_CONFIG_PATH order
|
||||||
|
|
Loading…
Reference in New Issue