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
|
@ -36,7 +36,7 @@ def test_pmbootstrap_lint(args: PmbArgs, tmpdir):
|
|||
assert pmb.helpers.lint.check(args, ["hello-world"]) == ""
|
||||
|
||||
# Change "pmb:cross-native" to non-existing "pmb:invalid-opt"
|
||||
pmb.helpers.run.user(args, ["sed", "s/pmb:cross-native/pmb:invalid-opt/g",
|
||||
pmb.helpers.run.user(["sed", "s/pmb:cross-native/pmb:invalid-opt/g",
|
||||
"-i", apkbuild_tmp])
|
||||
|
||||
# Lint error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue