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 "[email protected]"
-git config --global user.name "Pass Automated Testing Suite"
+git config user.email "[email protected]"
+git config user.name "Pass Automated Testing Suite"
 
 
 PASS="$TEST_HOME/../src/password-store.sh"

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Password-Store mailing list
[email protected]
https://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to