Fortify detection of base directory for tests

This commit is contained in:
Eric Levy 2022-01-24 17:36:46 -05:00
parent 47941c83a4
commit 343135760c

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
cd "${0%/*}" || exit 1
cd "$(dirname "$0")" || exit 1
# shellcheck disable=SC1091
. ./mo