From 656bad861e92cfa8de6b6866cf711b698ffa4928 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 22 Sep 2023 13:57:00 +0200 Subject: [PATCH] fix unittests --- tests/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helpers.py b/tests/helpers.py index ac58e7f..782e681 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -144,6 +144,7 @@ def _fake_args(): args['--workdir-clear'] = False args['--transw'] = '' args['--transr'] = '' + args['--remove-existing'] = False # cmds args['profiles'] = False args['files'] = False