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