git config --global in tests/setup.sh (+ fix suggestion?)

Tinu Weber takeya at bluewin.ch
Sat Dec 30 13:36:22 CET 2017


On Mon, Dec 25, 2017 at 12:07:09 +0100, Tinu Weber wrote:
> [...] removing the --global flag appears to solve this [...]

Here's the diff, by the way (not sure why I didn't include it in my
first mail):


--- a/tests/setup.sh
+++ b/tests/setup.sh
@@ -38,8 +38,8 @@ fi
 
 export GIT_DIR="$PASSWORD_STORE_DIR/.git"
 export GIT_WORK_TREE="$PASSWORD_STORE_DIR"
-git config --global user.email "Pass-Automated-Testing-Suite at zx2c4.com"
-git config --global user.name "Pass Automated Testing Suite"
+git config user.email "Pass-Automated-Testing-Suite at zx2c4.com"
+git config user.name "Pass Automated Testing Suite"
 
 
 PASS="$TEST_HOME/../src/password-store.sh"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20171230/76b53b7e/attachment.asc>


More information about the Password-Store mailing list