summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beniamine <david@beniamine.net>2019-01-23 12:12:18 +0100
committerDavid Beniamine <david@beniamine.net>2019-01-23 12:12:18 +0100
commitcfc60009484fd795f6c1e391cac9792f124407dc (patch)
tree1236dd6e4d587043f026e85924991b33329f493c
parent8554880297c517612040786ad6ed05592f154abe (diff)
downloadtodo.txt-vim-cfc60009484fd795f6c1e391cac9792f124407dc.zip
Change top repo command to fix CI
-rw-r--r--tests/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.sh b/tests/runtests.sh
index 5774bfa..c99569b 100644
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -1,6 +1,6 @@
#/bin/bash
-REPO_TOP=$(git rev-parse --show-toplevel)
+REPO_TOP="$(dirname $0)/.."
cd "${REPO_TOP}"
echo "Basic environment"