From 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:49:25 +0200 Subject: Adding upstream version 1.47.0. Signed-off-by: Daniel Baumann --- tests/m_large_file/script | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/m_large_file/script (limited to 'tests/m_large_file/script') diff --git a/tests/m_large_file/script b/tests/m_large_file/script new file mode 100644 index 0000000..bd5b2ba --- /dev/null +++ b/tests/m_large_file/script @@ -0,0 +1,7 @@ +DESCRIPTION="largefile fs type" +FS_SIZE=65536 +MKE2FS_DEVICE_SECTSIZE=2048 +export MKE2FS_DEVICE_SECTSIZE +MKE2FS_OPTS="-T largefile" +. $cmd_dir/run_mke2fs +unset MKE2FS_DEVICE_SECTSIZE -- cgit v1.2.3