From: Xiao Yang Date: Mon, 23 Jan 2017 03:48:15 +0000 (+0800) Subject: fstests: fix wrong seq number in test X-Git-Tag: v2022.05.01~2202 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=58da38734d16c0c54ceaaf83407bba84f2c8b0f1;p=users%2Fhch%2Fxfstests-dev.git fstests: fix wrong seq number in test Signed-off-by: Xiao Yang Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/generic/381 b/tests/generic/381 index 6b6a12f27..006f0d879 100755 --- a/tests/generic/381 +++ b/tests/generic/381 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test 138 +# FS QA Test 381 # # Test xfs_quota when user or names beginning with digits. # For example, create a 'limit' for a user or group named diff --git a/tests/generic/382 b/tests/generic/382 index a2bc3ce98..33326ffa4 100755 --- a/tests/generic/382 +++ b/tests/generic/382 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test 260 +# FS QA Test 382 # # When default quota is set, all different quota types inherits the # same default value, include group quota. So if a user quota limit diff --git a/tests/generic/383 b/tests/generic/383 index be5b19b75..183221e5f 100755 --- a/tests/generic/383 +++ b/tests/generic/383 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test 133 +# FS QA Test 383 # # Test xfs_quota when project names beginning with digits. # diff --git a/tests/generic/400 b/tests/generic/400 index 36eb99b55..3ad302002 100755 --- a/tests/generic/400 +++ b/tests/generic/400 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test 394 +# FS QA Test 400 # # test out high quota ids retrieved by Q_GETNEXTQUOTA # Request for next ID near 2^32 should not wrap to 0 diff --git a/tests/shared/005 b/tests/shared/005 index 2fca91106..296de178e 100755 --- a/tests/shared/005 +++ b/tests/shared/005 @@ -1,5 +1,5 @@ #! /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 # an inode with i_size = -1ULL. Unfortunately, nobody checks this, diff --git a/tests/shared/007 b/tests/shared/007 index c6f252018..0729ab852 100755 --- a/tests/shared/007 +++ b/tests/shared/007 @@ -1,5 +1,5 @@ #! /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 # an inode with i_size = -1ULL. Unfortunately, nobody checks this, diff --git a/tests/xfs/133 b/tests/xfs/133 index fcaaa39e2..d756d2e93 100755 --- a/tests/xfs/133 +++ b/tests/xfs/133 @@ -1,5 +1,5 @@ #! /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 # an inode with i_size = -1ULL. Unfortunately, nobody checks this, diff --git a/tests/xfs/134 b/tests/xfs/134 index d2990800b..09466cd25 100755 --- a/tests/xfs/134 +++ b/tests/xfs/134 @@ -1,5 +1,5 @@ #! /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 # an inode with i_size = -1ULL. Unfortunately, nobody checks this,