]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fstests: fix wrong seq number in test
authorXiao Yang <yangx.jy@cn.fujitsu.com>
Mon, 23 Jan 2017 03:48:15 +0000 (11:48 +0800)
committerEryu Guan <eguan@redhat.com>
Fri, 27 Jan 2017 08:06:12 +0000 (16:06 +0800)
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>
tests/generic/381
tests/generic/382
tests/generic/383
tests/generic/400
tests/shared/005
tests/shared/007
tests/xfs/133
tests/xfs/134

index 6b6a12f2732269a4822eab106f105d3bb8a8eb20..006f0d879638e952d03eb47fc519eb58e996e7c4 100755 (executable)
@@ -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
index a2bc3ce9805f872c2bd4214ce571066f5d40a978..33326ffa4d1b91e03025283c16ee0def228d733f 100755 (executable)
@@ -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
index be5b19b75703eb767855fa84eb3eb3398a3d7268..183221e5f665db7bbdf025672094972af6effd27 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/bash
-# FS QA Test 133
+# FS QA Test 383
 #
 # Test xfs_quota when project names beginning with digits.
 #
index 36eb99b5574a8d8be72856a46f80940c55e58d43..3ad30200280aa85147ecf5f9e4619266fb97c178 100755 (executable)
@@ -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
index 2fca9110602dc0466452f89c1b6aca6a13ecad7c..296de178e4284356a12d2bdfb27c1d0de33cf43a 100755 (executable)
@@ -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,
index c6f25201855e03a0698096b66ce0666749dbf894..0729ab852243d95888c7016969e166b72232e25e 100755 (executable)
@@ -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,
index fcaaa39e2004f41f000f4a38b9f97bf95f38e313..d756d2e934d2c08c276a1cb8e6e4a45c3d113dda 100755 (executable)
@@ -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,
index d2990800ba031871fc8058a04fa7c9427d1c5db0..09466cd25d5347f1cc79fbd850fcf8b804480acf 100755 (executable)
@@ -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,