Message ID | 1458814439-6418-1-git-send-email-anand.jain@oracle.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
On Thu, Mar 24, 2016 at 06:13:59PM +0800, Anand Jain wrote: > commit 56ff01f471c9b72de0a447b37cdb1051adcede6a > xfstests: remove _need_to_be_root > > Removed _need_to_be_root(), and so btrfs/118 needs an update It has been fixed by 3a92426 btrfs/118: remove call to _need_to_be_root Perhaps you need to update your repository :) Thanks, Eryu > > Signed-off-by: Anand Jain <anand.jain@oracle.com> > --- > tests/btrfs/118 | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/btrfs/118 b/tests/btrfs/118 > index 3ed1cbef1068..740cb92b0669 100755 > --- a/tests/btrfs/118 > +++ b/tests/btrfs/118 > @@ -45,7 +45,6 @@ _cleanup() > . ./common/dmflakey > > # real QA test starts here > -_need_to_be_root > _supported_fs btrfs > _supported_os Linux > _require_scratch > -- > 2.7.0 > > -- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Mar 24, 2016 at 10:13 AM, Anand Jain <anand.jain@oracle.com> wrote: > commit 56ff01f471c9b72de0a447b37cdb1051adcede6a > xfstests: remove _need_to_be_root > > Removed _need_to_be_root(), and so btrfs/118 needs an update https://git.kernel.org/cgit/fs/xfs/xfstests-dev.git/commit/?id=3a9242688d64c669ca764ee2c5599abfc885c131 It's always a good idea to check if one is using the latest git branch and the mailing list... :) > > Signed-off-by: Anand Jain <anand.jain@oracle.com> > --- > tests/btrfs/118 | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/btrfs/118 b/tests/btrfs/118 > index 3ed1cbef1068..740cb92b0669 100755 > --- a/tests/btrfs/118 > +++ b/tests/btrfs/118 > @@ -45,7 +45,6 @@ _cleanup() > . ./common/dmflakey > > # real QA test starts here > -_need_to_be_root > _supported_fs btrfs > _supported_os Linux > _require_scratch > -- > 2.7.0 > > -- > 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
On 03/24/2016 07:08 PM, Filipe Manana wrote: > On Thu, Mar 24, 2016 at 10:13 AM, Anand Jain <anand.jain@oracle.com> wrote: >> commit 56ff01f471c9b72de0a447b37cdb1051adcede6a >> xfstests: remove _need_to_be_root >> >> Removed _need_to_be_root(), and so btrfs/118 needs an update > > https://git.kernel.org/cgit/fs/xfs/xfstests-dev.git/commit/?id=3a9242688d64c669ca764ee2c5599abfc885c131 > > It's always a good idea to check if one is using the latest git branch > and the mailing list... :) Err. Yep. Sorry for the noise. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/tests/btrfs/118 b/tests/btrfs/118 index 3ed1cbef1068..740cb92b0669 100755 --- a/tests/btrfs/118 +++ b/tests/btrfs/118 @@ -45,7 +45,6 @@ _cleanup() . ./common/dmflakey # real QA test starts here -_need_to_be_root _supported_fs btrfs _supported_os Linux _require_scratch
commit 56ff01f471c9b72de0a447b37cdb1051adcede6a xfstests: remove _need_to_be_root Removed _need_to_be_root(), and so btrfs/118 needs an update Signed-off-by: Anand Jain <anand.jain@oracle.com> --- tests/btrfs/118 | 1 - 1 file changed, 1 deletion(-)