From 4c82d02e99cdbcc218f485755d51440b8cefea17 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 20 Jul 2012 16:28:50 -0500 Subject: [PATCH] tests: ensure all core tests are posixly-correct (issue #25) --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh b/tests/run.sh index b5a6803..0cadf7a 100644 --- a/tests/run.sh +++ b/tests/run.sh @@ -53,7 +53,7 @@ run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --uninstalled 'foo'; echo \$?" \ '1' run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --uninstalled 'omg'; echo \$?" \ '0' -run_test "${1} ${selfdir}/lib1/foo.pc --modversion" \ +run_test "${1} --modversion ${selfdir}/lib1/foo.pc" \ '1.2.3' # 2) tests for PKG_CONFIG_PATH order