tests: hack the directory name with sed to normalize prefix handling on mingw/cygwin.

pull/43/head
William Pitcock 2012-09-14 15:44:26 -05:00
parent 3867a66434
commit 7fe15d1faf
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ run_test() {
done=$(( done + 1 ))
}
selfdir=$(cd "$(dirname "${0}")"; pwd)
selfdir=$(cd "$(dirname "${0}")"; pwd | sed s#/c/#c:/#)
# 1) overall 'is it working?' test
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1}; echo \$?" \