From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com ([209.132.183.28]:47955 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750704AbcF1FkN (ORCPT ); Tue, 28 Jun 2016 01:40:13 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6E46B73059 for ; Tue, 28 Jun 2016 05:40:12 +0000 (UTC) Date: Tue, 28 Jun 2016 13:40:10 +0800 From: Eryu Guan Subject: Re: [PATCH v7 1/3] generic/026: This test doesn't require runas Message-ID: <20160628054010.GY23649@eguan.usersys.redhat.com> References: <1467067222-18286-1-git-send-email-agruenba@redhat.com> <1467067222-18286-2-git-send-email-agruenba@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467067222-18286-2-git-send-email-agruenba@redhat.com> Sender: fstests-owner@vger.kernel.org To: Andreas Gruenbacher Cc: fstests@vger.kernel.org List-ID: On Tue, Jun 28, 2016 at 12:40:20AM +0200, Andreas Gruenbacher wrote: > Signed-off-by: Andreas Gruenbacher This has been pushed to Dave in my last pull request, it'll be in upstream in a few days hopefully. Thanks, Eryu > --- > tests/generic/026 | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/tests/generic/026 b/tests/generic/026 > index 4d3fac6..69b1cbe 100755 > --- a/tests/generic/026 > +++ b/tests/generic/026 > @@ -29,7 +29,6 @@ echo "QA output created by $seq" > > here=`pwd` > tmp=/tmp/$$ > -runas=$here/src/runas > status=1 # FAILure is the default! > trap "_cleanup; exit \$status" 0 1 2 3 15 > > @@ -54,8 +53,6 @@ _acl_setup_ids > _require_acls > _require_acl_get_max > > -[ -x $runas ] || _notrun "$runas executable not found" > - > rm -f $seqres.full > > # get dir > -- > 2.5.5 > > -- > To unsubscribe from this list: send the line "unsubscribe fstests" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html