aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/33 run program/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/33 run program/meson.build')
-rw-r--r--test cases/common/33 run program/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/33 run program/meson.build b/test cases/common/33 run program/meson.build
index aa0a1d6..4671a2b 100644
--- a/test cases/common/33 run program/meson.build
+++ b/test cases/common/33 run program/meson.build
@@ -55,7 +55,7 @@ if c.returncode() != 0
error('Using files() in argument failed.')
endif
-py3 = import('python3').find_python()
+py3 = import('python').find_installation()
ret = run_command(py3, '-c', 'print("some output")', check: false)
assert(ret.returncode() == 0, 'failed to run python3: ' + ret.stderr())