[LTP] [PATCH 2/2] mkfs01: extend the loop device size to 256M

Li Wang liwang@redhat.com
Wed Jul 27 07:44:07 CEST 2016


Increase TST_DEVICE size to make btrfs-progs happy.

Signed-off-by: Li Wang <liwang@redhat.com>
---
 testcases/commands/mkfs/mkfs01.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testcases/commands/mkfs/mkfs01.sh b/testcases/commands/mkfs/mkfs01.sh
index eda9829..9a26899 100755
--- a/testcases/commands/mkfs/mkfs01.sh
+++ b/testcases/commands/mkfs/mkfs01.sh
@@ -32,7 +32,8 @@ setup()
 
 	tst_tmpdir
 
-	tst_acquire_device
+	# set test_dev.img size
+	tst_acquire_device 256
 
 	TST_CLEANUP="cleanup"
 
-- 
1.8.3.1



More information about the ltp mailing list