From: Wang Sheng-Hui Date: Thu, 21 Mar 2013 06:13:23 +0000 (+0000) Subject: xfstests 276: use _require_no_large_scratch_dev instead of the removed _require_nobig... X-Git-Tag: v2022.05.01~3496 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=07c1f8d7bae36f2c28ffee6f09c318b1142b6f90;p=users%2Fhch%2Fxfstests-dev.git xfstests 276: use _require_no_large_scratch_dev instead of the removed _require_nobigloopfs _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 --- diff --git a/276 b/276 index 40b30cfc7..87363caf0 100755 --- 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"