From a458c7246059e5fcdb3ebac40ad082dd14394400 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 24 Dec 2018 23:08:35 -0500 Subject: tests/*.sh: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSION --- (limited to 'tests/ob_reduce_deps.sh') diff --git a/tests/ob_reduce_deps.sh b/tests/ob_reduce_deps.sh index f80df6a..06d98ec 100755 --- a/tests/ob_reduce_deps.sh +++ b/tests/ob_reduce_deps.sh @@ -21,7 +21,7 @@ srcdir="$(dirname "${0}")" top_builddir="${PWD}" . "${srcdir}/aux/tap-functions.sh" -. "${top_builddir}/lib/libopkbuild.shso.1" +. "${top_builddir}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}" plan_ 11 -- cgit v0.9.1