forked from ariadne/pkgconf
tests: cleanup: support abs_srcdir with spaces
although there is a problem in pkgconf as well. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>feature/tap-sh
parent
9207efcbed
commit
9cb8f261c4
|
@ -41,7 +41,7 @@ run_test() {
|
||||||
done=$(( done + 1 ))
|
done=$(( done + 1 ))
|
||||||
}
|
}
|
||||||
|
|
||||||
selfdir=@abs_srcdir@
|
selfdir="@abs_srcdir@"
|
||||||
|
|
||||||
PATH_SEP=":"
|
PATH_SEP=":"
|
||||||
SYSROOT_DIR="${selfdir}/test"
|
SYSROOT_DIR="${selfdir}/test"
|
||||||
|
|
Loading…
Reference in New Issue