diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-10 16:56:37 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-01-21 04:26:50 +1000 |
| commit | 82f6790d5c43ca5219ea6fffd868e58e0fca3b4a (patch) | |
| tree | 3f589db3a6bcbfe500b6719a3be9a044c44a1937 /test cases/windows/8 find program | |
| parent | 646c928b34889c662582eb009677b72d7f4d52e0 (diff) | |
| download | meson-82f6790d5c43ca5219ea6fffd868e58e0fca3b4a.tar.gz | |
Use python3 in some tests which were still using python
The unversioned command is deprecated and removed from some distributions
Diffstat (limited to 'test cases/windows/8 find program')
| -rw-r--r-- | test cases/windows/8 find program/test-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/windows/8 find program/test-script b/test cases/windows/8 find program/test-script index d105a818d..e76416525 100644 --- a/test cases/windows/8 find program/test-script +++ b/test cases/windows/8 find program/test-script @@ -1,3 +1,3 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 print('1') |
