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/linuxlike | |
| 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/linuxlike')
| -rwxr-xr-x | test cases/linuxlike/14 static dynamic linkage/verify_static.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/linuxlike/14 static dynamic linkage/verify_static.py b/test cases/linuxlike/14 static dynamic linkage/verify_static.py index 66bf08b58..594f194bc 100755 --- a/test cases/linuxlike/14 static dynamic linkage/verify_static.py +++ b/test cases/linuxlike/14 static dynamic linkage/verify_static.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """Test script that checks if zlib was statically linked to executable""" import subprocess import sys |
