From 08db36f6ec29aff59c11c0f7524c2481d8a27636 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Fri, 1 Apr 2016 17:56:33 +0800 Subject: qemu-iotests: 149: Use "/usr/bin/env python" Do the same as other scripts, to pick the correct interpreter between python2 and python3 from the environment. Signed-off-by: Fam Zheng Message-id: 1459504593-2692-1-git-send-email-famz@redhat.com Signed-off-by: Max Reitz --- tests/qemu-iotests/149 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/qemu-iotests/149 b/tests/qemu-iotests/149 index bb5811d93b..52e23d2946 100755 --- a/tests/qemu-iotests/149 +++ b/tests/qemu-iotests/149 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright (C) 2016 Red Hat, Inc. # -- cgit v1.2.1