From: Filipe Manana Date: Wed, 23 Mar 2016 03:34:47 +0000 (+1100) Subject: btrfs/118: remove call to _need_to_be_root X-Git-Tag: v2022.05.01~2580 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3a9242688d64c669ca764ee2c5599abfc885c131;p=users%2Fhch%2Fxfstests-dev.git btrfs/118: remove call to _need_to_be_root 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 Reviewed-by: David Sterba Signed-off-by: Dave Chinner --- diff --git a/tests/btrfs/118 b/tests/btrfs/118 index 3ed1cbef1..740cb92b0 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