summaryrefslogtreecommitdiff
path: root/tests/t9050-partition-table-types.sh
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-12 21:36:40 +0200
committerJim Meyering <meyering@redhat.com>2011-05-12 21:36:40 +0200
commit697ca615e33425cf9d158ba8a74839874a2927e1 (patch)
tree2431dc4ac40197d82978d0d670bda57d8d8a99e6 /tests/t9050-partition-table-types.sh
parent01747afe8208b00fe59dad96037dea1d1bac4b88 (diff)
downloadparted-697ca615e33425cf9d158ba8a74839874a2927e1.tar.gz
tests: avoid new, spurious test failure
* tests/t9050-partition-table-types.sh: Use a "device size" that is large enough to accommodate 1KiB and 4KiB sectors. The original size, 3MiB was too small for a dvh partition with PARTED_SECTOR_SIZE=1024. Increase it to 30MiB.
Diffstat (limited to 'tests/t9050-partition-table-types.sh')
-rwxr-xr-xtests/t9050-partition-table-types.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t9050-partition-table-types.sh b/tests/t9050-partition-table-types.sh
index 98acc63..20e9a9d 100755
--- a/tests/t9050-partition-table-types.sh
+++ b/tests/t9050-partition-table-types.sh
@@ -36,7 +36,7 @@ sun
mkswap
'
-dd if=/dev/null of=f bs=1 seek=3M || framework_failure_
+dd if=/dev/null of=f bs=1 seek=30M || framework_failure_
for i in $types; do
for j in $types; do