summaryrefslogtreecommitdiff
path: root/tests/lib-core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib-core')
-rw-r--r--tests/lib-core3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib-core b/tests/lib-core
index 724c8ac..4550b9e 100644
--- a/tests/lib-core
+++ b/tests/lib-core
@@ -25,8 +25,9 @@ t-set-using-tmp () {
export DGIT_TEST_DUMMY_DIR=$tmp
export DGIT_TEST_TMP=$tmp
export GNUPGHOME=$tmp/nonexistent
+ export DEBFULLNAME='dgit test git user'
git config --global user.email 'dgit-test@debian.example.net'
- git config --global user.name 'dgit test git user'
+ git config --global user.name "$DEBFULLNAME"
git config --global protocol.ext.allow always
}