summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2021-07-12 15:29:29 -0700
committerBrian C. Lane <bcl@redhat.com>2021-07-14 16:29:14 -0700
commite72dc01c85fb6baa8e065660bda6ec92e21bee49 (patch)
tree7de07d86f0a02eaf75344f8c4a175cfab580e1cc /tests
parent843a800098705c71698dabb3c2e549912b17606a (diff)
downloadparted-e72dc01c85fb6baa8e065660bda6ec92e21bee49.tar.gz
tests/t3000: Change dev_size_mb to 267
FAT32 needs a minimum partition size of 256MB so this is as small as we can make it. This is backed by memory, so using more than is needed limits the size of the system it can run on.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/t3000-resize-fs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/t3000-resize-fs.sh b/tests/t3000-resize-fs.sh
index 64b038d..1f2e46e 100755
--- a/tests/t3000-resize-fs.sh
+++ b/tests/t3000-resize-fs.sh
@@ -29,8 +29,8 @@ start=63s
default_end=546147s
new_end=530144s
-# create memory-backed device
-scsi_debug_setup_ dev_size_mb=550 > dev-name ||
+# create memory-backed device. Must be > 256MB+8MB
+scsi_debug_setup_ dev_size_mb=267 > dev-name ||
skip_ 'failed to create scsi_debug device'
dev=$(cat dev-name)