aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/128 build by default targets in tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/128 build by default targets in tests/meson.build')
-rw-r--r--test cases/common/128 build by default targets in tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/128 build by default targets in tests/meson.build b/test cases/common/128 build by default targets in tests/meson.build
index 5cc5055..d6cdaee 100644
--- a/test cases/common/128 build by default targets in tests/meson.build
+++ b/test cases/common/128 build by default targets in tests/meson.build
@@ -19,5 +19,5 @@ if not os.path.exists(sys.argv[1]) or not os.path.exists(sys.argv[2]):
"".format(sys.argv[1], sys.argv[2], os.getcwd()))
sys.exit(1)'''
-python = import('python3').find_python()
+python = import('python').find_installation()
test('output-check', python, args : ['-c', py_file_exists, foo_out, exe_out])