mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-21 11:35:08 +03:00
test: drop args from run (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
05c86be11c
commit
52cf0e0fe3
14 changed files with 48 additions and 48 deletions
|
@ -47,7 +47,7 @@ def test_config_user(args: PmbArgs, tmpdir, monkeypatch):
|
|||
"-w", path_work,
|
||||
"--aports", args.aports,
|
||||
"init"])
|
||||
pmb.helpers.run.user(args, ["sh", "-c", "yes '' | " + cmd],
|
||||
pmb.helpers.run.user(["sh", "-c", "yes '' | " + cmd],
|
||||
pmb.config.pmb_src)
|
||||
|
||||
# Load and verify default config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue