chiark / gitweb /
po4a: pairwise-pocheck: Force it to be run sometimes
[dgit.git] / tests / lib-core
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
 }