mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: fix wrong seq number in test
Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# FS QA Test 138
|
# FS QA Test 381
|
||||||
#
|
#
|
||||||
# Test xfs_quota when user or names beginning with digits.
|
# Test xfs_quota when user or names beginning with digits.
|
||||||
# For example, create a 'limit' for a user or group named
|
# For example, create a 'limit' for a user or group named
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# FS QA Test 260
|
# FS QA Test 382
|
||||||
#
|
#
|
||||||
# When default quota is set, all different quota types inherits the
|
# When default quota is set, all different quota types inherits the
|
||||||
# same default value, include group quota. So if a user quota limit
|
# same default value, include group quota. So if a user quota limit
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# FS QA Test 133
|
# FS QA Test 383
|
||||||
#
|
#
|
||||||
# Test xfs_quota when project names beginning with digits.
|
# Test xfs_quota when project names beginning with digits.
|
||||||
#
|
#
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# FS QA Test 394
|
# FS QA Test 400
|
||||||
#
|
#
|
||||||
# test out high quota ids retrieved by Q_GETNEXTQUOTA
|
# test out high quota ids retrieved by Q_GETNEXTQUOTA
|
||||||
# Request for next ID near 2^32 should not wrap to 0
|
# Request for next ID near 2^32 should not wrap to 0
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# FSQA Test No. 400
|
# FSQA Test No. 005
|
||||||
#
|
#
|
||||||
# Since loff_t is a signed type, it is invalid for a filesystem to load
|
# Since loff_t is a signed type, it is invalid for a filesystem to load
|
||||||
# an inode with i_size = -1ULL. Unfortunately, nobody checks this,
|
# an inode with i_size = -1ULL. Unfortunately, nobody checks this,
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# FSQA Test No. 401
|
# FSQA Test No. 007
|
||||||
#
|
#
|
||||||
# Since loff_t is a signed type, it is invalid for a filesystem to load
|
# Since loff_t is a signed type, it is invalid for a filesystem to load
|
||||||
# an inode with i_size = -1ULL. Unfortunately, nobody checks this,
|
# an inode with i_size = -1ULL. Unfortunately, nobody checks this,
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# FSQA Test No. 400
|
# FSQA Test No. 133
|
||||||
#
|
#
|
||||||
# Since loff_t is a signed type, it is invalid for a filesystem to load
|
# Since loff_t is a signed type, it is invalid for a filesystem to load
|
||||||
# an inode with i_size = -1ULL. Unfortunately, nobody checks this,
|
# an inode with i_size = -1ULL. Unfortunately, nobody checks this,
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# FSQA Test No. 401
|
# FSQA Test No. 134
|
||||||
#
|
#
|
||||||
# Since loff_t is a signed type, it is invalid for a filesystem to load
|
# Since loff_t is a signed type, it is invalid for a filesystem to load
|
||||||
# an inode with i_size = -1ULL. Unfortunately, nobody checks this,
|
# an inode with i_size = -1ULL. Unfortunately, nobody checks this,
|
||||||
|
|||||||
Reference in New Issue
Block a user