From fe5461d6e370340ccad22501986d3bd0703a7361 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 10 Mar 2017 16:55:53 -0800 Subject: [PATCH] btrfs/020: add _require_loop btrfs/020 uses a loopback device, so it should have _require_loop. Signed-off-by: Eric Biggers Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/btrfs/020 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/btrfs/020 b/tests/btrfs/020 index 3752dcff..6e3dd4a5 100755 --- a/tests/btrfs/020 +++ b/tests/btrfs/020 @@ -56,6 +56,7 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15 _supported_fs btrfs _supported_os Linux _require_test +_require_loop rm -f $seqres.full echo "Silence is golden" -- 2.39.5