From: Philippe Mathieu-Daudé Date: Thu, 30 Jan 2020 16:32:27 +0000 (+0100) Subject: tests/acceptance: Remove shebang header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=273954e78284aa394b9920a4cf5a19f036616154;p=qemu.git tests/acceptance: Remove shebang header Patch created mechanically by running: $ chmod 644 $(git grep -lF '#!/usr/bin/env python' \ | xargs grep -L 'if __name__.*__main__') $ sed -i "/^#\!\/usr\/bin\/\(env\ \)\?python.\?$/d" \ $(git grep -lF '#!/usr/bin/env python' \ | xargs grep -L 'if __name__.*__main__') Reported-by: Vladimir Sementsov-Ogievskiy Suggested-by: Stefan Hajnoczi Reviewed-by: Wainer dos Santos Moschetta Acked-by: Stefan Hajnoczi Acked-by: Paolo Bonzini Message-Id: <20200130163232.10446-8-philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/tests/acceptance/virtio_check_params.py b/tests/acceptance/virtio_check_params.py old mode 100755 new mode 100644 index c3af8dbf9f..87e6c839d1 --- a/tests/acceptance/virtio_check_params.py +++ b/tests/acceptance/virtio_check_params.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # # Test virtio-scsi and virtio-blk queue settings for all machine types # diff --git a/tests/acceptance/x86_cpu_model_versions.py b/tests/acceptance/x86_cpu_model_versions.py index 90558d9a71..01ff614ec2 100644 --- a/tests/acceptance/x86_cpu_model_versions.py +++ b/tests/acceptance/x86_cpu_model_versions.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # # Basic validation of x86 versioned CPU models and CPU model aliases #