From: Ian Jackson Date: Sat, 11 Aug 2018 16:30:04 +0000 (+0100) Subject: test suite: Set DEBFULLNAME X-Git-Tag: archive/debian/6.7~99 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=066a68f06bfb3f17b31ff7244e21a00ddd6d48bb test suite: Set DEBFULLNAME Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 2b755755..cfc7b5c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ dgit (6.7~) unstable; urgency=medium * git-debrebase: Improve ffq head recording message. * git-debrebase: Better (less copious by default) debug output. * git-debrebase: Do not bail making patches if there aren't any. + * test suite: Set DEBFULLNAME -- diff --git a/tests/lib-core b/tests/lib-core index 724c8aca..4550b9ec 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 }