Message ID | 1456990377-2453-1-git-send-email-fdmanana@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Mar 03, 2016 at 07:32:57AM +0000, fdmanana@kernel.org wrote: > From: Filipe Manana <fdmanana@suse.com> > > The function _need_to_be_root does not exists anymore as of commit > 56ff01f471c9 ("xfstests: remove _need_to_be_root"). > > A v2 of the patch that added test btrfs/118 without calling this > function was sent but not picked [1], instead v1 was picked. > > So fix this now. > > [1] https://patchwork.kernel.org/patch/8354831/ > > Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> -- 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
diff --git a/tests/btrfs/118 b/tests/btrfs/118 index 3ed1cbe..740cb92 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