Message ID | 1455069001-17846-10-git-send-email-tytso@mit.edu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Feb 09, 2016 at 08:49:58PM -0500, Theodore Ts'o wrote: > From: Hugh Dickins <hughd@google.com> > > Signed-off-by: Hugh Dickins <hughd@google.com> > Signed-off-by: Theodore Ts'o <tytso@mit.edu> > --- > tests/generic/079 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/generic/079 b/tests/generic/079 > index 041d9c0..a2c3286 100755 > --- a/tests/generic/079 > +++ b/tests/generic/079 > @@ -48,7 +48,7 @@ _cleanup() > _supported_fs generic > _supported_os Linux > > -_require_attrs > +_require_chattr I don't see _require_chattr in any of the common files, did I miss anything? Thanks, Eryu > _require_scratch > > [ -x $timmutable ] || _notrun "t_immutable was not built for this platform" > -- > 2.5.0 > > -- > 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 -- 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
On Wed, Feb 10, 2016 at 05:09:10PM +0800, Eryu Guan wrote: > On Tue, Feb 09, 2016 at 08:49:58PM -0500, Theodore Ts'o wrote: > > From: Hugh Dickins <hughd@google.com> > > > > Signed-off-by: Hugh Dickins <hughd@google.com> > > Signed-off-by: Theodore Ts'o <tytso@mit.edu> > > --- > > tests/generic/079 | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/tests/generic/079 b/tests/generic/079 > > index 041d9c0..a2c3286 100755 > > --- a/tests/generic/079 > > +++ b/tests/generic/079 > > @@ -48,7 +48,7 @@ _cleanup() > > _supported_fs generic > > _supported_os Linux > > > > -_require_attrs > > +_require_chattr > > I don't see _require_chattr in any of the common files, did I miss > anything? Oops, I forgot to pull that into the patch. Thanks for catching this! - Ted -- 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
diff --git a/tests/generic/079 b/tests/generic/079 index 041d9c0..a2c3286 100755 --- a/tests/generic/079 +++ b/tests/generic/079 @@ -48,7 +48,7 @@ _cleanup() _supported_fs generic _supported_os Linux -_require_attrs +_require_chattr _require_scratch [ -x $timmutable ] || _notrun "t_immutable was not built for this platform"