diff options
-rw-r--r-- | tests/common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/common.sh b/tests/common.sh index b45d316..83cb42a 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.sho" +. "${BUILDDIR}/lib/libopkbuild.shso.1" ob_use() { @@ -35,7 +35,7 @@ ob_use() module="${BUILDDIR}/lib/${module}.sho" if [ -r "${module}" ]; then - . "${module}" + : . "${module}" else return 1 fi |