diff --git a/test/utils.py b/test/utils.py index 93b306664..360756431 100644 --- a/test/utils.py +++ b/test/utils.py @@ -65,3 +65,4 @@ def workspace_run(cmd, *, user, root=False, **kwargs): args += [ "-s" ] args += [ user ] return dojo_run(*args, input=cmd, check=True, **kwargs) +