]> git.pld-linux.org Git - packages/parted.git/blob - 0007-tests-Change-minimum-size-to-256MiB.patch
- rel 4; tons of patches from FC
[packages/parted.git] / 0007-tests-Change-minimum-size-to-256MiB.patch
1 From 17630fc4d523d9c03af87a6e735599e88a032e2a Mon Sep 17 00:00:00 2001
2 From: "Brian C. Lane" <bcl@redhat.com>
3 Date: Fri, 7 Nov 2014 11:15:55 -0800
4 Subject: [PATCH] tests: Change minimum size to 256MiB
5
6 btrfs on ppc64 wants 136MiB so expand the minimum temp filesystem size
7 for the t1700-probe-fs test.
8 ---
9  tests/t1700-probe-fs.sh | 2 +-
10  1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/tests/t1700-probe-fs.sh b/tests/t1700-probe-fs.sh
13 index 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 -- 
26 1.9.3
27
This page took 0.056989 seconds and 3 git commands to generate.