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:
Xiao Yang
2017-01-23 11:48:15 +08:00
committed by Eryu Guan
parent f5f0c11a67
commit 58da38734d
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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,