tests: oops, it's --no-provides not --skip-provides
parent
47c5c5653c
commit
ef545a017e
|
@ -297,7 +297,7 @@ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --print-provides provides" \
|
|||
"provides = 1.2.3" "provides-test-foo = 1.0.0" "provides-test-baz >= 1.1.0" "provides-test-moo <= 1.2.0"
|
||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs provides-request-simple" \
|
||||
"-lfoo"
|
||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --skip-provides --libs provides-request-simple; echo \$?" \
|
||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --no-provides --libs provides-request-simple; echo \$?" \
|
||||
"1"
|
||||
|
||||
# 11) tests for internal getopt implementation with options at the end
|
||||
|
|
Loading…
Reference in New Issue