qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH] qemu-iotests: 149: Use "/usr/bin/env python"


From: Fam Zheng
Subject: [Qemu-block] [PATCH] qemu-iotests: 149: Use "/usr/bin/env python"
Date: Fri, 1 Apr 2016 17:56:33 +0800

Do the same as other scripts, to pick the correct interpreter between
python2 and python3 from the environment.

Signed-off-by: Fam Zheng <address@hidden>
---
 tests/qemu-iotests/149 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemu-iotests/149 b/tests/qemu-iotests/149
index bb5811d..52e23d2 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.
 #
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]