mirror of
https://github.com/tests-always-included/mo.git
synced 2025-04-11 10:39:53 +00:00
Fortify detection of base directory for tests
This commit is contained in:
parent
47941c83a4
commit
343135760c
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd "${0%/*}" || exit 1
|
||||
cd "$(dirname "$0")" || exit 1
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
. ./mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user