summaryrefslogtreecommitdiffstats
path: root/tests/ob_parse_dep.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 23:08:35 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 23:08:35 (EST)
commita458c7246059e5fcdb3ebac40ad082dd14394400 (patch)
tree80430cf670d9bc02db5ea75899c1f4a906c539d2 /tests/ob_parse_dep.sh
parentb85b3ba40c5473cf20fe4524466663cdc48772d2 (diff)
tests/*.sh: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSION
Diffstat (limited to 'tests/ob_parse_dep.sh')
-rwxr-xr-xtests/ob_parse_dep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ob_parse_dep.sh b/tests/ob_parse_dep.sh
index 26b55ee..edcab0d 100755
--- a/tests/ob_parse_dep.sh
+++ b/tests/ob_parse_dep.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}"
testcase()
{