diff --git a/test/check-subscriptions b/test/check-subscriptions index f8b00b9..5e241cd 100755 --- a/test/check-subscriptions +++ b/test/check-subscriptions @@ -60,11 +60,6 @@ PRODUCT_SHARED = { # fmt: on -def machine_python(machine, script, *args): - cmd = ["python3", "-c", script] + list(args) - return machine.execute(cmd) - - def machine_restorecon(machine, path, *args): cmd = ["restorecon", "-R", path] + list(args) return machine.execute(cmd)