forked from Mirror/pmbootstrap
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
|
@ -162,10 +162,10 @@ def test_core(args: PmbArgs, monkeypatch):
|
|||
|
||||
@pytest.mark.skip_ci
|
||||
def test_sudo_timer(args: PmbArgs):
|
||||
pmb.helpers.run.root(args, ["whoami"])
|
||||
pmb.helpers.run.root(["whoami"])
|
||||
|
||||
time.sleep(300)
|
||||
|
||||
out = pmb.helpers.run.root(args, ["whoami"])
|
||||
out = pmb.helpers.run.root(["whoami"])
|
||||
|
||||
assert out == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue