28 lines
754 B
Diff
28 lines
754 B
Diff
From 17630fc4d523d9c03af87a6e735599e88a032e2a Mon Sep 17 00:00:00 2001
|
|
From: "Brian C. Lane" <bcl@redhat.com>
|
|
Date: Fri, 7 Nov 2014 11:15:55 -0800
|
|
Subject: [PATCH] tests: Change minimum size to 256MiB
|
|
|
|
btrfs on ppc64 wants 136MiB so expand the minimum temp filesystem size
|
|
for the t1700-probe-fs test.
|
|
---
|
|
tests/t1700-probe-fs.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/t1700-probe-fs.sh b/tests/t1700-probe-fs.sh
|
|
index 574d6fe..94ed9ae 100755
|
|
--- a/tests/t1700-probe-fs.sh
|
|
+++ b/tests/t1700-probe-fs.sh
|
|
@@ -21,7 +21,7 @@ require_512_byte_sector_size_
|
|
|
|
dev=loop-file
|
|
ss=$sector_size_
|
|
-n_sectors=$((257*1024))
|
|
+n_sectors=$((512*1024))
|
|
|
|
for type in ext2 ext3 ext4 btrfs xfs nilfs2 ntfs vfat hfsplus; do
|
|
|
|
--
|
|
1.9.3
|
|
|