From 4381d4609bf1546b5452dcf9dc388351ed36ca1a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 15 Mar 2013 17:27:22 -0500 Subject: [PATCH] tests: fix multi-recursion -framework test (ref #47) --- 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 3215287..51515f7 100644 --- a/tests/run.sh.in +++ b/tests/run.sh.in @@ -218,7 +218,7 @@ run_test "cp ${selfdir}/lib1/foo.pc . && ${1} --libs foo.pc; rm -f foo.pc" \ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-1" \ "-F/usr/lib -framework framework-1" run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-2" \ - "-F/usr/lib -framework framework-1 -framework framework-2" + "-F/usr/lib -framework framework-2 -framework framework-1" # 10) tests for internal getopt implementation with options at the end if [ "x@STRICT_MODE@" = "xno" ]; then