chiark / gitweb /
test suite: Set DEBFULLNAME
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 11 Aug 2018 16:30:04 +0000 (17:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 11 Aug 2018 19:09:02 +0000 (20:09 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
tests/lib-core

index 2b755755481dd980d4c4046836987bbdcc5c5cbe..cfc7b5c918ec43fd76f17aa6ba8ab68a2fa18e20 100644 (file)
@@ -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
 
  --
 
index 724c8acafbf3c21600f906c30b54fc58b5cc7a35..4550b9ec9d091b3b8d798c24b62576da521745ef 100644 (file)
@@ -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
 }