diff options
author | Fam Zheng <famz@redhat.com> | 2016-04-01 17:56:33 +0800 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2016-04-05 17:23:21 +0200 |
commit | 08db36f6ec29aff59c11c0f7524c2481d8a27636 (patch) | |
tree | cf488d756ac8928f6104940ed51049b4769a3829 /tests/qemu-iotests | |
parent | 76b223200ef4fb09dd87f0e213159795eb68e7a5 (diff) | |
download | qemu-08db36f6ec29aff59c11c0f7524c2481d8a27636.zip |
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 <famz@redhat.com>
Message-id: 1459504593-2692-1-git-send-email-famz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rwxr-xr-x | tests/qemu-iotests/149 | 2 |
1 files changed, 1 insertions, 1 deletions
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. # |