summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2016-04-01 17:56:33 +0800
committerMax Reitz <mreitz@redhat.com>2016-04-05 17:23:21 +0200
commit08db36f6ec29aff59c11c0f7524c2481d8a27636 (patch)
treecf488d756ac8928f6104940ed51049b4769a3829
parent76b223200ef4fb09dd87f0e213159795eb68e7a5 (diff)
downloadqemu-08db36f6ec29aff59c11c0f7524c2481d8a27636.tar.gz
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>
-rwxr-xr-xtests/qemu-iotests/1492
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.
#