From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:54956 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764626AbcHEVZQ (ORCPT ); Fri, 5 Aug 2016 17:25:16 -0400 Date: Fri, 5 Aug 2016 17:25:12 -0400 From: Theodore Ts'o To: "Kirill A. Shutemov" Cc: linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 3/4] kvm-xfstests: do not assume /sbin/ in PATH Message-ID: <20160805212512.GD21538@thunk.org> References: <1470265093-86525-1-git-send-email-kirill.shutemov@linux.intel.com> <1470265093-86525-4-git-send-email-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470265093-86525-4-git-send-email-kirill.shutemov@linux.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Aug 04, 2016 at 01:58:12AM +0300, Kirill A. Shutemov wrote: > When kvm-xfstests run from non-root, PATH usually doesn't contain /sbin > and /usr/sbin. > > Let's call '/sbin/mke2fs' insetead of 'mke2fs' > > Signed-off-by: Kirill A. Shutemov Thanks, applied. - Ted