OSDN Git Service

Revert changes that moved from 1.41.14 to 1.42.9
[android-x86/external-e2fsprogs.git] / tests / m_quota / script
diff --git a/tests/m_quota/script b/tests/m_quota/script
deleted file mode 100644 (file)
index 36ab630..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-DESCRIPTION="enable quota feature on mkfs"
-FS_SIZE=131072
-MKE2FS_OPTS="-O quota"
-if [ "$QUOTA" != "y" ]; then
-       echo "$test_name: $DESCRIPTION: skipped"
-       return 0
-fi
-. $cmd_dir/run_mke2fs