aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/lit.common.cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/lit.common.cfg.py b/compiler-rt/test/lit.common.cfg.py
index 0a85a38..e2e8154 100644
--- a/compiler-rt/test/lit.common.cfg.py
+++ b/compiler-rt/test/lit.common.cfg.py
@@ -969,7 +969,7 @@ else:
def target_page_size():
try:
proc = subprocess.Popen(
- f"{emulator or ""} python3",
+ f"{emulator or ''} python3",
shell=True,
stdin=subprocess.PIPE,
stdout=subprocess.PIPE,