summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2015-10-23 11:25:55 +0200
committerDavid Sterba <dsterba@suse.com>2015-11-02 09:35:06 +0100
commit6105df64a1a137e2449e735f4ce8c67e07567b29 (patch)
treedba6107e178bebcb37288c707584326860a024ce /tests/common
parent11f7a8c8deb53a75af8c030563e2b770c190734e (diff)
btrfs-progs: tests: set default test image size to 2G
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common b/tests/common
index d70ce54a..785280f0 100644
--- a/tests/common
+++ b/tests/common
@@ -180,7 +180,7 @@ prepare_test_dev()
local size="$1"
[[ "$TEST_DEV" ]] && return
- [[ "$size" ]] || size='1G'
+ [[ "$size" ]] || size='2G'
echo "\$TEST_DEV not given, use $TOP/test/test.img as fallback" >> \
$RESULTS