X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=tests%2Flib-core;h=7ed27619ac3466b9a2900519412a53006cb709ad;hp=b01a6eae5cda188dde8700bc7e621998319309d8;hb=ae38f5e4005f0ad0ea21ed163c5e51c181cc31f9;hpb=a85458a7fc736f6d404622a427380a41f1248765 diff --git a/tests/lib-core b/tests/lib-core index b01a6eae..7ed27619 100644 --- a/tests/lib-core +++ b/tests/lib-core @@ -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 () {