diff --git a/tests/helpers.py b/tests/helpers.py index 35c7c1b..c6cc804 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -68,6 +68,7 @@ def load_config(confpath, profile): opts['profile'] = profile opts['safe'] = True opts['installdiff'] = True + opts['link'] = False return conf, opts