From: Karel Zak Date: Thu, 3 Oct 2013 14:20:38 +0000 (+0200) Subject: testsL fix py check X-Git-Tag: v2.24-rc2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48145b500cc214746ae5dca997098ad22f41ead;p=thirdparty%2Futil-linux.git testsL fix py check Reported-by: Bruce Dubbs Signed-off-by: Karel Zak --- diff --git a/tests/functions.sh b/tests/functions.sh index b9d0ddf54f..f210204e22 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -245,7 +245,7 @@ function ts_init_suid { function ts_init_py { LIBNAME="$1" - [ -f "$TS_TOPDIR/../$LIBNAME.la" ] || ts_skip "py$LIBNAME not compiled" + [ -f "$TS_TOPDIR/../py${LIBNAME}.la" ] || ts_skip "py${LIBNAME} not compiled" export LD_LIBRARY_PATH="$TS_TOPDIR/../.libs" export PYTHONPATH="$TS_TOPDIR/../$LIBNAME/python:$TS_TOPDIR/../.libs"