From 550011cb8980143f89842aee93fcfa763d8be588 Mon Sep 17 00:00:00 2001 From: moyiz Date: Fri, 5 May 2017 17:54:39 +0300 Subject: [PATCH] Add new opt parameter (link) to load_config --- tests/helpers.py | 1 + 1 file changed, 1 insertion(+) 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