summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/248
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-01-30 17:32:30 +0100
committerPhilippe Mathieu-Daudé2020-02-07 15:15:16 +0100
commit7c4775260807f1428484a5cebc7bc360c46a872d (patch)
tree01ff1dc0b8d918bbd658b5bb519f2a608c3e6590 /tests/qemu-iotests/248
parenttests/vm: Remove shebang header (diff)
downloadqemu-7c4775260807f1428484a5cebc7bc360c46a872d.tar.gz
qemu-7c4775260807f1428484a5cebc7bc360c46a872d.tar.xz
qemu-7c4775260807f1428484a5cebc7bc360c46a872d.zip
tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__)
Use the program search path to find the Python 3 interpreter. Patch created mechanically by running: $ sed -i "s,^#\!/usr/bin/\(env\ \)\?python$,#\!/usr/bin/env python3," \ $(git grep -lF '#!/usr/bin/env python' \ | xargs grep -L 'if __name__.*__main__') Reported-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Suggested-by: Daniel P. Berrangé <berrange@redhat.com> Suggested-by: Stefan Hajnoczi <stefanha@redhat.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20200130163232.10446-11-philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/248')
-rwxr-xr-xtests/qemu-iotests/2482
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/248 b/tests/qemu-iotests/248
index f26b4bb2aa..68c374692e 100755
--- a/tests/qemu-iotests/248
+++ b/tests/qemu-iotests/248
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Test resume mirror after auto pause on ENOSPC
#