From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from userp1040.oracle.com ([156.151.31.81]:18843 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206AbdAWSlw (ORCPT ); Mon, 23 Jan 2017 13:41:52 -0500 Date: Mon, 23 Jan 2017 10:41:03 -0800 From: "Darrick J. Wong" Subject: Re: [PATCH] fstests: fix wrong seq number in test Message-ID: <20170123184103.GE14029@birch.djwong.org> References: <1485143295-16049-1-git-send-email-yangx.jy@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1485143295-16049-1-git-send-email-yangx.jy@cn.fujitsu.com> Sender: fstests-owner@vger.kernel.org To: Xiao Yang Cc: fstests@vger.kernel.org List-ID: On Mon, Jan 23, 2017 at 11:48:15AM +0800, Xiao Yang wrote: > Signed-off-by: Xiao Yang > --- > tests/generic/381 | 2 +- > tests/generic/382 | 2 +- > tests/generic/383 | 2 +- > tests/generic/400 | 2 +- > tests/shared/005 | 2 +- > tests/shared/007 | 2 +- > tests/xfs/133 | 2 +- > tests/xfs/134 | 2 +- > 8 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/tests/generic/381 b/tests/generic/381 > index 6b6a12f..006f0d8 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 a2bc3ce..33326ff 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 be5b19b..183221e 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 36eb99b..3ad3020 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 2fca911..296de17 100755 > --- a/tests/shared/005 > +++ b/tests/shared/005 > @@ -1,5 +1,5 @@ > #! /bin/bash > -# FSQA Test No. 400 > +# FSQA Test No. 005 We ought to teach tools/mvtest to change these too... patch shortly. --D > # > # 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 c6f2520..0729ab8 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 fcaaa39..d756d2e 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 d299080..09466cd 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, > -- > 1.8.3.1 > > > > -- > To unsubscribe from this list: send the line "unsubscribe fstests" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html