summaryrefslogtreecommitdiff
path: root/test cases/linuxlike
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2020-01-10 16:56:37 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2020-01-21 04:26:50 +1000
commit82f6790d5c43ca5219ea6fffd868e58e0fca3b4a (patch)
tree3f589db3a6bcbfe500b6719a3be9a044c44a1937 /test cases/linuxlike
parent646c928b34889c662582eb009677b72d7f4d52e0 (diff)
downloadmeson-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-xtest cases/linuxlike/14 static dynamic linkage/verify_static.py2
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