[LTP] [PATCH v2 2/2] lib/tests: Increase .dev_min_size
Petr Vorel
pvorel@suse.cz
Thu Aug 18 12:09:45 CEST 2022
New LTP default for device size was increased to 300MB in previous
commit, which is the same as for test of .dev_min_size. Therefore
increase test of .dev_min_size to 310MB.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
lib/newlib_tests/tst_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/newlib_tests/tst_device.c b/lib/newlib_tests/tst_device.c
index 8ac1d14cc..87cec3961 100644
--- a/lib/newlib_tests/tst_device.c
+++ b/lib/newlib_tests/tst_device.c
@@ -15,7 +15,7 @@
#include "tst_test.h"
#define DEVBLOCKSIZE 2048
-#define DEV_MIN_SIZE 300
+#define DEV_MIN_SIZE 310
static char *mntpoint;
static uint64_t ltp_dev_size;
--
2.37.1
More information about the ltp
mailing list