From ef545a017ef2533a72250e4f17f04f5a0604da38 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 8 Sep 2016 22:22:59 -0500 Subject: [PATCH] tests: oops, it's --no-provides not --skip-provides --- tests/run.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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