From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoJRs-0004WX-Qd for qemu-devel@nongnu.org; Sat, 24 May 2014 17:25:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoJRm-0003R2-N7 for qemu-devel@nongnu.org; Sat, 24 May 2014 17:25:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoJRm-0003Qt-84 for qemu-devel@nongnu.org; Sat, 24 May 2014 17:25:42 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4OLPfV8022684 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sat, 24 May 2014 17:25:41 -0400 From: Max Reitz Date: Sat, 24 May 2014 23:24:59 +0200 Message-Id: <1400966700-23165-6-git-send-email-mreitz@redhat.com> In-Reply-To: <1400966700-23165-1-git-send-email-mreitz@redhat.com> References: <1400966700-23165-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH v4 5/6] iotests: Drop Python version from 065's Shebang List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Fam Zheng , Markus Armbruster , Max Reitz , Stefan Hajnoczi Test 065 specified python2 to be used in its Shebang; this might not work on systems without a python2 symlink and furthermore it is now counter-productive, as the check script compares the Shebang to "#!/usr/bin/env python" and only uses the Python interpreter selected by configure on an exact match. Signed-off-by: Max Reitz Reviewed-by: Fam Zheng --- tests/qemu-iotests/065 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/065 b/tests/qemu-iotests/065 index ab5445f..e89b61d 100755 --- a/tests/qemu-iotests/065 +++ b/tests/qemu-iotests/065 @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Test for additional information emitted by qemu-img info on qcow2 # images -- 1.9.3