diff --git a/compiler-rt/test/lit.common.cfg.py b/compiler-rt/test/lit.common.cfg.py index 0a85a382dc1a..e2e815444dcf 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,