>From patchwork Thu Mar 21 06:13:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: xfstests 276: use _require_no_large_scratch_dev instead of the removed _require_nobigloopfs Date: Thu, 21 Mar 2013 06:13:23 -0000 From: Wang Sheng-Hui X-Patchwork-Id: 5083 Message-Id: <514AA503.4060101@gmail.com> To: Dave Chinner , xfstests , linux-btrfs@vger.kernel.org _require_nobigloopfs has been removed. We should use _require_no_large_scratch_dev in the test script. Signed-off-by: Wang Sheng-Hui Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston --- 276 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: b/276 =================================================================== --- a/276 +++ b/276 @@ -58,8 +58,7 @@ _need_to_be_root _supported_fs btrfs _supported_os Linux _require_scratch - -_require_nobigloopfs +_require_no_large_scratch_dev _require_btrfs inspect-internal _require_command "/usr/sbin/filefrag"