summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2013-10-03 16:20:38 +0200
committerKarel Zak <kzak@redhat.com>2013-10-03 16:20:38 +0200
commitf48145b500cc214746ae5dca997098ad22f41ead (patch)
treec2e9a97c6a036e86e79b58f7317e0cab22d33b44 /tests
parent0e8edc9f9ef398e0b0d3104a44c75722b66e8f96 (diff)
downloadutil-linux-f48145b500cc214746ae5dca997098ad22f41ead.tar.gz
testsL fix py<libname> check
Reported-by: Bruce Dubbs <bruce.dubbs@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index b9d0ddf5..f210204e 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"