From 994f1eb769108777ef153f39565e74458147402b Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 15 Mar 2013 20:18:45 -0500 Subject: [PATCH] tests: fix last test --- 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 26ad21b..219c3fa 100644 --- a/tests/run.sh.in +++ b/tests/run.sh.in @@ -222,7 +222,7 @@ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-1" \ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-2" \ "-F/usr/lib -framework framework-2 -framework framework-1" -run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --exists --print-errors 'foo > 0.6.0 foo < 0.8.0'" \ +run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --exists --print-errors 'foo > 0.6.0 foo < 0.8.0'; echo \$?" \ '1' # 10) tests for internal getopt implementation with options at the end