Atleast on my system check-other-sector_sizes was actually just testing 512 bytes sectors 4 times. This fixes this. * Makefile.am: Fix check-other-sector_sizes --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am index 0e80967..d5a32ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ MAINTAINERCLEANFILES += \ .PHONY: ss-1024 ss-2048 ss-4096 ss-1024 ss-2048 ss-4096: - PARTED_SECTOR_SIZE=$(ss-,,$@) $(MAKE) check-recursive + PARTED_SECTOR_SIZE=$(subst ss-,,$@) $(MAKE) check-recursive # Run the regression test suite with different settings, # to ensure it works with simulated partition sizes > 512. -- 1.6.6 _______________________________________________ bug-parted mailing list bug-parted@gnu.org http://lists.gnu.org/mailman/listinfo/bug-parted