]> git.pld-linux.org Git - packages/parted.git/blame - 0007-tests-Change-minimum-size-to-256MiB.patch
- release 6 (by relup.sh)
[packages/parted.git] / 0007-tests-Change-minimum-size-to-256MiB.patch
CommitLineData
c886eb9d
AM
1From 17630fc4d523d9c03af87a6e735599e88a032e2a Mon Sep 17 00:00:00 2001
2From: "Brian C. Lane" <bcl@redhat.com>
3Date: Fri, 7 Nov 2014 11:15:55 -0800
4Subject: [PATCH] tests: Change minimum size to 256MiB
5
6btrfs on ppc64 wants 136MiB so expand the minimum temp filesystem size
7for the t1700-probe-fs test.
8---
9 tests/t1700-probe-fs.sh | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/tests/t1700-probe-fs.sh b/tests/t1700-probe-fs.sh
13index 574d6fe..94ed9ae 100755
14--- a/tests/t1700-probe-fs.sh
15+++ b/tests/t1700-probe-fs.sh
16@@ -21,7 +21,7 @@ require_512_byte_sector_size_
17
18 dev=loop-file
19 ss=$sector_size_
20-n_sectors=$((257*1024))
21+n_sectors=$((512*1024))
22
23 for type in ext2 ext3 ext4 btrfs xfs nilfs2 ntfs vfat hfsplus; do
24
25--
261.9.3
27
This page took 0.031007 seconds and 4 git commands to generate.