summaryrefslogtreecommitdiff
path: root/tests/lib-core
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-11 17:30:04 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-11 20:09:02 +0100
commit066a68f06bfb3f17b31ff7244e21a00ddd6d48bb (patch)
treef3b13074a5cd7d36eba679f657b6942eb47c3569 /tests/lib-core
parent8f9aeae3d8ffdb6041b6accb008bdbe755f75183 (diff)
test suite: Set DEBFULLNAME
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
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
}