[parted-devel] [PATCH 5/7] tests/t3000: Change dev_size_mb to 16
Brian C. Lane
bcl at redhat.com
Tue Jul 13 00:55:11 BST 2021
This is backed by memory, so using more than is needed limits the size
of the system it can run on.
---
tests/t3000-resize-fs.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/t3000-resize-fs.sh b/tests/t3000-resize-fs.sh
index 64b038d..bdb1ea5 100755
--- a/tests/t3000-resize-fs.sh
+++ b/tests/t3000-resize-fs.sh
@@ -26,11 +26,11 @@ require_512_byte_sector_size_
ss=$sector_size_
start=63s
-default_end=546147s
- new_end=530144s
+default_end=32006s
+ new_end=16003s
# create memory-backed device
-scsi_debug_setup_ dev_size_mb=550 > dev-name ||
+scsi_debug_setup_ dev_size_mb=16 > dev-name ||
skip_ 'failed to create scsi_debug device'
dev=$(cat dev-name)
--
2.31.1
More information about the parted-devel
mailing list