1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 17:49:01 +00:00

improve tests

This commit is contained in:
deadc0de6
2017-09-09 10:46:37 +02:00
parent a67d964f05
commit 9c4a846172
5 changed files with 8 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ def load_config(confpath, profile):
opts['safe'] = True
opts['installdiff'] = True
opts['link'] = False
opts['quiet'] = True
return conf, opts