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

Jim Meyering meyering at alioth.debian.org
Thu Feb 4 09:36:24 UTC 2010


 tests/t4100-dvh-partition-limits.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f8aa877a75c0f4204409d6556376ca9abd620a0b
Author: Jim Meyering <meyering at redhat.com>
Date:   Thu Feb 4 10:30:16 2010 +0100

    tests: avoid spurious test failure with newer xfsprogs
    
    * tests/t4100-dvh-partition-limits.sh: Use mkfs.xfs' -f (force)
    option.  It is required at least for xfsprogs-3.1.0.

diff --git a/tests/t4100-dvh-partition-limits.sh b/tests/t4100-dvh-partition-limits.sh
index 01e3078..bf269e7 100755
--- a/tests/t4100-dvh-partition-limits.sh
+++ b/tests/t4100-dvh-partition-limits.sh
@@ -37,7 +37,7 @@ test_expect_success \
     'create an XFS file system' \
     '
     dd if=/dev/zero of=$fs bs=1MB count=2 seek=20 &&
-    mkfs.xfs -q $fs &&
+    mkfs.xfs -f -q $fs &&
     mkdir "$mp"
 
     '



More information about the Parted-commits mailing list