From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq1ti-0007U0-KY for qemu-devel@nongnu.org; Tue, 12 Apr 2016 13:14:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aq1th-0005oN-Jg for qemu-devel@nongnu.org; Tue, 12 Apr 2016 13:14:42 -0400 References: <1460472980-26319-1-git-send-email-silbe@linux.vnet.ibm.com> <1460472980-26319-4-git-send-email-silbe@linux.vnet.ibm.com> From: Max Reitz Message-ID: <570D2CF8.3010403@redhat.com> Date: Tue, 12 Apr 2016 19:14:32 +0200 MIME-Version: 1.0 In-Reply-To: <1460472980-26319-4-git-send-email-silbe@linux.vnet.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="OnSpF8GEOS9k6bsurN2psqv45dE88Wdxd" Subject: Re: [Qemu-devel] [PATCH 3/4] qemu-iotests: tests: do not set unused tmp variable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sascha Silbe , qemu-devel@nongnu.org, qemu-block@nongnu.org, Kevin Wolf Cc: Tu Bo This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OnSpF8GEOS9k6bsurN2psqv45dE88Wdxd Content-Type: multipart/mixed; boundary="t8MBtP45lMIRvCvn5b5vUxqlNx4QUjtWM" From: Max Reitz To: Sascha Silbe , qemu-devel@nongnu.org, qemu-block@nongnu.org, Kevin Wolf Cc: Tu Bo Message-ID: <570D2CF8.3010403@redhat.com> Subject: Re: [PATCH 3/4] qemu-iotests: tests: do not set unused tmp variable References: <1460472980-26319-1-git-send-email-silbe@linux.vnet.ibm.com> <1460472980-26319-4-git-send-email-silbe@linux.vnet.ibm.com> In-Reply-To: <1460472980-26319-4-git-send-email-silbe@linux.vnet.ibm.com> --t8MBtP45lMIRvCvn5b5vUxqlNx4QUjtWM Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable On 12.04.2016 16:56, Sascha Silbe wrote: > The previous commit removed the last usage of ${tmp} inside the tests > themselves; the only remaining users are sourced by check. So we can no= w > drop this variable from the tests. >=20 > Signed-off-by: Sascha Silbe > Reviewed-by: Bo Tu > --- > tests/qemu-iotests/001 | 1 - > tests/qemu-iotests/002 | 1 - > tests/qemu-iotests/003 | 1 - > tests/qemu-iotests/004 | 1 - > tests/qemu-iotests/005 | 1 - > tests/qemu-iotests/007 | 1 - > tests/qemu-iotests/008 | 1 - > tests/qemu-iotests/009 | 1 - > tests/qemu-iotests/010 | 1 - > tests/qemu-iotests/011 | 1 - > tests/qemu-iotests/012 | 1 - > tests/qemu-iotests/013 | 1 - > tests/qemu-iotests/014 | 1 - > tests/qemu-iotests/015 | 1 - > tests/qemu-iotests/017 | 1 - > tests/qemu-iotests/018 | 1 - > tests/qemu-iotests/019 | 1 - > tests/qemu-iotests/020 | 1 - > tests/qemu-iotests/021 | 1 - > tests/qemu-iotests/022 | 1 - > tests/qemu-iotests/023 | 1 - > tests/qemu-iotests/024 | 1 - > tests/qemu-iotests/025 | 1 - > tests/qemu-iotests/026 | 1 - > tests/qemu-iotests/027 | 1 - > tests/qemu-iotests/028 | 1 - > tests/qemu-iotests/029 | 1 - > tests/qemu-iotests/031 | 1 - > tests/qemu-iotests/032 | 1 - > tests/qemu-iotests/033 | 1 - > tests/qemu-iotests/034 | 1 - > tests/qemu-iotests/035 | 1 - > tests/qemu-iotests/036 | 1 - > tests/qemu-iotests/037 | 1 - > tests/qemu-iotests/038 | 1 - > tests/qemu-iotests/039 | 1 - > tests/qemu-iotests/042 | 1 - > tests/qemu-iotests/043 | 1 - > tests/qemu-iotests/046 | 1 - > tests/qemu-iotests/047 | 1 - > tests/qemu-iotests/049 | 1 - > tests/qemu-iotests/050 | 1 - > tests/qemu-iotests/051 | 1 - > tests/qemu-iotests/052 | 1 - > tests/qemu-iotests/053 | 1 - > tests/qemu-iotests/054 | 1 - > tests/qemu-iotests/058 | 1 - > tests/qemu-iotests/059 | 1 - > tests/qemu-iotests/060 | 1 - > tests/qemu-iotests/061 | 1 - > tests/qemu-iotests/062 | 1 - > tests/qemu-iotests/063 | 1 - > tests/qemu-iotests/064 | 1 - > tests/qemu-iotests/066 | 1 - > tests/qemu-iotests/067 | 1 - > tests/qemu-iotests/068 | 1 - > tests/qemu-iotests/069 | 1 - > tests/qemu-iotests/070 | 1 - > tests/qemu-iotests/071 | 1 - > tests/qemu-iotests/072 | 1 - > tests/qemu-iotests/073 | 1 - > tests/qemu-iotests/075 | 1 - > tests/qemu-iotests/076 | 1 - > tests/qemu-iotests/077 | 1 - > tests/qemu-iotests/078 | 1 - > tests/qemu-iotests/079 | 1 - > tests/qemu-iotests/080 | 1 - > tests/qemu-iotests/081 | 1 - > tests/qemu-iotests/082 | 1 - > tests/qemu-iotests/083 | 1 - > tests/qemu-iotests/084 | 1 - > tests/qemu-iotests/086 | 1 - > tests/qemu-iotests/087 | 1 - > tests/qemu-iotests/088 | 1 - > tests/qemu-iotests/089 | 1 - > tests/qemu-iotests/090 | 1 - > tests/qemu-iotests/092 | 1 - > tests/qemu-iotests/094 | 1 - > tests/qemu-iotests/097 | 1 - > tests/qemu-iotests/098 | 1 - > tests/qemu-iotests/099 | 1 - > tests/qemu-iotests/100 | 1 - > tests/qemu-iotests/101 | 1 - > tests/qemu-iotests/102 | 1 - > tests/qemu-iotests/103 | 1 - > tests/qemu-iotests/104 | 1 - > tests/qemu-iotests/105 | 1 - > tests/qemu-iotests/107 | 1 - > tests/qemu-iotests/108 | 1 - > tests/qemu-iotests/109 | 1 - > tests/qemu-iotests/110 | 1 - > tests/qemu-iotests/111 | 1 - > tests/qemu-iotests/112 | 1 - > tests/qemu-iotests/113 | 1 - > tests/qemu-iotests/114 | 1 - > tests/qemu-iotests/115 | 1 - > tests/qemu-iotests/116 | 1 - > tests/qemu-iotests/117 | 1 - > tests/qemu-iotests/119 | 1 - > tests/qemu-iotests/120 | 1 - > tests/qemu-iotests/121 | 1 - > tests/qemu-iotests/122 | 1 - > tests/qemu-iotests/123 | 1 - > tests/qemu-iotests/128 | 1 - > tests/qemu-iotests/130 | 1 - > tests/qemu-iotests/131 | 1 - > tests/qemu-iotests/133 | 1 - > tests/qemu-iotests/134 | 1 - > tests/qemu-iotests/135 | 1 - > tests/qemu-iotests/137 | 1 - > tests/qemu-iotests/138 | 1 - > tests/qemu-iotests/140 | 1 - > tests/qemu-iotests/141 | 1 - > tests/qemu-iotests/142 | 1 - > tests/qemu-iotests/143 | 1 - > tests/qemu-iotests/145 | 1 - > tests/qemu-iotests/150 | 1 - > 117 files changed, 117 deletions(-) Reviewed-by: Max Reitz --t8MBtP45lMIRvCvn5b5vUxqlNx4QUjtWM-- --OnSpF8GEOS9k6bsurN2psqv45dE88Wdxd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXDSz5AAoJEDuxQgLoOKyt9AgH/iBLGy+1eWVF88ENlNHldUuo WlY5UgMWebqCVNoOwSPhuVmPxval6SI5l4JE24o1a4bsVrwnvhNUWROQiqWzr8AA WN5hr5fIZJtkRSLSoN3pH2yDLn0poG7CiD+5WxDgg4y8rSP11K2qL/zxPInoW4x+ cVzY3uqH/J7Kij/i1kMtuxXcUwVl/gi1yfmzLjPLdk0GW2I0LSDcwy8ylwGDmZzU itcm0cM0voAYrIEaFdL9QhkmrD7bKAnD+QEZ6/20rLMx/Q3mpUOaFLD6Nv6sfIy0 q/WiNhspsmN/WwPR6PThpGaiItYFoyYlnjUkJPGyCvPsKBDOvtnA/QPEIAOlMzE= =Hf3s -----END PGP SIGNATURE----- --OnSpF8GEOS9k6bsurN2psqv45dE88Wdxd--