Add global configuration to test script

This commit is contained in:
http://svario.it/gioele 2014-08-31 10:05:55 +00:00 committed by admin
parent 911d881a1a
commit 7266268297

View file

@ -20,7 +20,10 @@ The following script (available at <https://gist.github.com/gioele/dde462df89edf
set -e ; set -u
export LC_ALL=C
# alwayscommit must be set globally to affects whereis and sync
git config --global annex.alwayscommit false
direct=true # set to false to make the problem disappear
h=${h:-localhost}