From c4e6eed2a30438e44c368dfc90536446a2ed2b72 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Wed, 31 Mar 2021 09:43:58 -0700 Subject: [PATCH] Update the Python path in test-repl-darwin and test-repl-glibc test --- repl/test-repl-darwin.py | 2 +- repl/test-repl-glibc.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repl/test-repl-darwin.py b/repl/test-repl-darwin.py index a7046b4..85c155c 100644 --- a/repl/test-repl-darwin.py +++ b/repl/test-repl-darwin.py @@ -6,7 +6,7 @@ # # RUN: rm -rf %t.dir # RUN: mkdir %t.dir -# RUN: python %s %{swift} > %t.dir/output.txt +# RUN: %{python} %s %{swift} > %t.dir/output.txt # RUN: %{FileCheck} --input-file %t.dir/output.txt %s # CHECK: OK diff --git a/repl/test-repl-glibc.py b/repl/test-repl-glibc.py index 15fdcb2..d9f57a5 100644 --- a/repl/test-repl-glibc.py +++ b/repl/test-repl-glibc.py @@ -5,7 +5,7 @@ # # RUN: rm -rf %t.dir # RUN: mkdir %t.dir -# RUN: python %s %{swift} > %t.dir/output.txt +# RUN: %{python} %s %{swift} > %t.dir/output.txt # RUN: %{FileCheck} --input-file %t.dir/output.txt %s # CHECK: OK