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>
pull/84/head
Alon Bar-Lev 2015-11-01 18:31:47 +02:00
parent 9207efcbed
commit 9cb8f261c4
1 changed files with 1 additions and 1 deletions

View File

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