From f48145b500cc214746ae5dca997098ad22f41ead Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 3 Oct 2013 16:20:38 +0200 Subject: [PATCH] testsL fix py check Reported-by: Bruce Dubbs Signed-off-by: Karel Zak --- tests/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3