From: Fam Zheng Date: Fri, 1 Apr 2016 09:56:33 +0000 (+0800) Subject: qemu-iotests: 149: Use "/usr/bin/env python" X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~30^2~6^2~8^2~64^2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08db36f6ec29aff59c11c0f7524c2481d8a27636;p=sdk%2Femulator%2Fqemu.git 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 --- 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. #