chiark / gitweb /
dgit(1): Add caveat about multisuite-generated branches
[dgit.git] / tests / lib-core
index b01a6eae5cda188dde8700bc7e621998319309d8..7ed27619ac3466b9a2900519412a53006cb709ad 100644 (file)
@@ -19,7 +19,9 @@ t-set-using-tmp () {
        export HOME=$tmp
        export DGIT_TEST_DUMMY_DIR=$tmp
        export DGIT_TEST_TMP=$tmp
-       export GNUPGHOME=$tmp/gnupg
+       export GNUPGHOME=$tmp/nonexistent
+       git config --global user.email 'dgit-test@debian.example.net'
+       git config --global user.name 'dgit test git user'
 }
 
 t-filter-out-git-hyphen-dir () {