projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76b2232
)
qemu-iotests: 149: Use "/usr/bin/env python"
author
Fam Zheng
<famz@redhat.com>
Fri, 1 Apr 2016 09:56:33 +0000
(17:56 +0800)
committer
Max Reitz
<mreitz@redhat.com>
Tue, 5 Apr 2016 15:23:21 +0000
(17:23 +0200)
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>
tests/qemu-iotests/149
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/149
b/tests/qemu-iotests/149
index
bb5811d
..
52e23d2
100755
(executable)
--- 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.
#