OSDN Git Service

tests: avoid spurious failure due to extra space in diagnostic
authorJim Meyering <meyering@redhat.com>
Fri, 28 Aug 2009 09:30:40 +0000 (11:30 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 28 Aug 2009 16:57:43 +0000 (18:57 +0200)
* libparted/labels/pt-tools.c (ptt_partition_max_start_len):
Remove stray space in diagnostic that was causing the root-only
regression test, t4100-dvh-partition-limits.sh, to fail.

libparted/labels/pt-tools.c

index ce087b3..622cedd 100644 (file)
@@ -123,7 +123,7 @@ ptt_partition_max_start_len (char const *label_type, const PedPartition *part)
             ped_exception_throw (
                                  PED_EXCEPTION_ERROR, PED_EXCEPTION_CANCEL,
                                  _("starting sector number, %jd exceeds"
-                                   " the  %s-partition-table-imposed maximum"
+                                   " the %s-partition-table-imposed maximum"
                                    " of %jd"),
                                  part->geom.start,
                                  label_type,