From 6f58506752e09351d006699bd07d650e09fd4b60 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 22 Dec 2018 00:40:08 -0500 Subject: libopkbuild: Change output file extension to .sho --- (limited to 'tests') diff --git a/tests/common.sh b/tests/common.sh index 2075558..b45d316 100644 --- a/tests/common.sh +++ b/tests/common.sh @@ -21,7 +21,7 @@ BUILDDIR="${PWD}/.." # The "common" module is used by all library modules. # We have to manually load the "common" module so we can use it in ob_use. -. "${BUILDDIR}/lib/common.sm" +. "${BUILDDIR}/lib/common.sho" ob_use() { @@ -33,7 +33,7 @@ ob_use() return 125 fi - module="${BUILDDIR}/lib/${module}.sm" + module="${BUILDDIR}/lib/${module}.sho" if [ -r "${module}" ]; then . "${module}" else -- cgit v0.9.1