diff --git a/tests/run.sh.in b/tests/run.sh.in index d564aea..801e9a0 100644 --- a/tests/run.sh.in +++ b/tests/run.sh.in @@ -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