From 066a68f06bfb3f17b31ff7244e21a00ddd6d48bb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 11 Aug 2018 17:30:04 +0100 Subject: [PATCH] test suite: Set DEBFULLNAME Signed-off-by: Ian Jackson --- debian/changelog | 1 + tests/lib-core | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 } -- 2.30.2