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

Jim Meyering meyering at alioth.debian.org
Thu Feb 4 10:05:36 UTC 2010


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

New commits:
commit 67957da52b2465f7c8d4268f5474c8cc109f3be6
Author: Jim Meyering <meyering at redhat.com>
Date:   Thu Feb 4 11:04:34 2010 +0100

    tests: avoid another spurious test failure with newer xfsprogs
    
    * tests/t4100-msdos-partition-limits.sh: Likewise.

diff --git a/tests/t4100-msdos-partition-limits.sh b/tests/t4100-msdos-partition-limits.sh
index 0c5b404..54cb73b 100755
--- a/tests/t4100-msdos-partition-limits.sh
+++ b/tests/t4100-msdos-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