tests: fix multi-recursion -framework test (ref #47)

pull/48/head
William Pitcock 2013-03-15 17:27:22 -05:00
parent 7ecf1e278d
commit 4381d4609b
1 changed files with 1 additions and 1 deletions

View File

@ -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