* [PATCH] fstest: btrfs: remove _need_to_be_root fix btrfs/118
@ 2016-03-24 10:13 Anand Jain
  2016-03-24 11:07 ` Eryu Guan
  2016-03-24 11:08 ` Filipe Manana
  0 siblings, 2 replies; 4+ messages in thread
From: Anand Jain @ 2016-03-24 10:13 UTC (permalink / raw)
  To: fstests; +Cc: linux-btrfs
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(-)
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
^ permalink raw reply related	[flat|nested] 4+ messages in thread
* Re: [PATCH] fstest: btrfs: remove _need_to_be_root fix btrfs/118
  2016-03-24 10:13 [PATCH] fstest: btrfs: remove _need_to_be_root fix btrfs/118 Anand Jain
@ 2016-03-24 11:07 ` Eryu Guan
  2016-03-24 11:08 ` Filipe Manana
  1 sibling, 0 replies; 4+ messages in thread
From: Eryu Guan @ 2016-03-24 11:07 UTC (permalink / raw)
  To: Anand Jain; +Cc: fstests, linux-btrfs
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
^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [PATCH] fstest: btrfs: remove _need_to_be_root fix btrfs/118
  2016-03-24 10:13 [PATCH] fstest: btrfs: remove _need_to_be_root fix btrfs/118 Anand Jain
  2016-03-24 11:07 ` Eryu Guan
@ 2016-03-24 11:08 ` Filipe Manana
  2016-03-24 11:27   ` Anand Jain
  1 sibling, 1 reply; 4+ messages in thread
From: Filipe Manana @ 2016-03-24 11:08 UTC (permalink / raw)
  To: Anand Jain; +Cc: fstests, linux-btrfs@vger.kernel.org
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
-- 
Filipe David Manana,
"Reasonable men adapt themselves to the world.
 Unreasonable men adapt the world to themselves.
 That's why all progress depends on unreasonable men."
^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [PATCH] fstest: btrfs: remove _need_to_be_root fix btrfs/118
  2016-03-24 11:08 ` Filipe Manana
@ 2016-03-24 11:27   ` Anand Jain
  0 siblings, 0 replies; 4+ messages in thread
From: Anand Jain @ 2016-03-24 11:27 UTC (permalink / raw)
  To: fdmanana; +Cc: fstests, linux-btrfs@vger.kernel.org
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.
^ permalink raw reply	[flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-03-24 11:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-24 10:13 [PATCH] fstest: btrfs: remove _need_to_be_root fix btrfs/118 Anand Jain
2016-03-24 11:07 ` Eryu Guan
2016-03-24 11:08 ` Filipe Manana
2016-03-24 11:27   ` Anand Jain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).