tests: oops, it's --no-provides not --skip-provides

pull/100/head
William Pitcock 2016-09-08 22:22:59 -05:00
parent 47c5c5653c
commit ef545a017e
1 changed files with 1 additions and 1 deletions

View File

@ -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