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_quota/script | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/m_quota/script (limited to 'tests/m_quota/script') diff --git a/tests/m_quota/script b/tests/m_quota/script new file mode 100644 index 0000000..32a12b9 --- /dev/null +++ b/tests/m_quota/script @@ -0,0 +1,11 @@ +DESCRIPTION="enable quota feature on mkfs" +FS_SIZE=131072 +MKE2FS_OPTS="-O quota,project -I 256" +if [ "$QUOTA" != "y" ]; then + echo "$test_name: $DESCRIPTION: skipped" + return 0 +fi +DUMPE2FS_IGNORE_80COL=1 +export DUMPE2FS_IGNORE_80COL +. $cmd_dir/run_mke2fs +unset DUMPE2FS_IGNORE_80COL -- cgit v1.2.3