Support running tests from any directory

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Frédéric Mangano-Tarumi 2020-02-29 01:01:38 +01:00 committed by Lukas Fleischer
parent e374a91feb
commit 90c0a361b5
11 changed files with 12 additions and 13 deletions

View file

@ -2,7 +2,7 @@
test_description='git-auth tests'
. ./setup.sh
. "$(dirname "$0")/setup.sh"
test_expect_success 'Test basic authentication.' '
"$GIT_AUTH" "$AUTH_KEYTYPE_USER" "$AUTH_KEYTEXT_USER" >out &&