summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
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