forked from ariadne/pkgconf
testsuite: use uname -s instead of uname -o for system name
parent
0764d8af51
commit
0ea956e300
|
@ -2,7 +2,7 @@ export PATH="$(atf_get_srcdir)/../:${PATH}"
|
||||||
selfdir="@abs_top_srcdir@/tests"
|
selfdir="@abs_top_srcdir@/tests"
|
||||||
PATH_SEP=":"
|
PATH_SEP=":"
|
||||||
SYSROOT_DIR="${selfdir}/test"
|
SYSROOT_DIR="${selfdir}/test"
|
||||||
if [ "$(uname -o)" = "Msys" ]; then
|
if [ "$(uname -s)" = "Msys" ]; then
|
||||||
PATH_SEP=";"
|
PATH_SEP=";"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue