summaryrefslogtreecommitdiffstats
path: root/tests/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.sh')
-rw-r--r--tests/common.sh4
1 files changed, 2 insertions, 2 deletions
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