[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Thu May 12 19:36:58 UTC 2011


 tests/t9050-partition-table-types.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 697ca615e33425cf9d158ba8a74839874a2927e1
Author: Jim Meyering <meyering at redhat.com>
Date:   Thu May 12 21:36:40 2011 +0200

    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.

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



More information about the Parted-commits mailing list