forked from ariadne/pkgconf
tests: hack the directory name with sed to normalize prefix handling on mingw/cygwin.
parent
3867a66434
commit
7fe15d1faf
|
@ -41,7 +41,7 @@ run_test() {
|
||||||
done=$(( done + 1 ))
|
done=$(( done + 1 ))
|
||||||
}
|
}
|
||||||
|
|
||||||
selfdir=$(cd "$(dirname "${0}")"; pwd)
|
selfdir=$(cd "$(dirname "${0}")"; pwd | sed s#/c/#c:/#)
|
||||||
|
|
||||||
# 1) overall 'is it working?' test
|
# 1) overall 'is it working?' test
|
||||||
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1}; echo \$?" \
|
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1}; echo \$?" \
|
||||||
|
|
Loading…
Reference in New Issue