From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id C342B469719 for ; Thu, 5 Mar 2020 10:35:27 +0300 (MSK) Date: Thu, 5 Mar 2020 10:35:25 +0300 From: Kirill Yukhin Message-ID: <20200305073525.yqezu5upuojuexlu@tarantool.org> References: <1b63fe6f145df407a57f23e65f0cb97bd2a3ed48.1583276360.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1b63fe6f145df407a57f23e65f0cb97bd2a3ed48.1583276360.git.v.shpilevoy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 1/1] fio: respect $TMPDIR in fio.tempdir(), when it is set List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org Hello, On 04 мар 00:01, Vladislav Shpilevoy wrote: > TMPDIR is an environment variable used to tell what a directory > should be used to create temporary files. It is described in the > POSIX standard, and should be used by programs creating temporary > files. > > Closes #4794 LGTM. I've checked the patch into master. -- Regards, Kirill Yukhin