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
|
@ -25,7 +25,7 @@ def test_get_folder_size(args: PmbArgs, tmpdir):
|
|||
tmpdir = str(tmpdir)
|
||||
files = 5
|
||||
for i in range(files):
|
||||
pmb.helpers.run.user(args, ["dd", "if=/dev/zero", "of=" +
|
||||
pmb.helpers.run.user(["dd", "if=/dev/zero", "of=" +
|
||||
tmpdir + "/" + str(i), "bs=1K",
|
||||
"count=200", "conv=notrunc"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue