On Wed, Nov 08, 2023 at 09:39:44PM -0800, Christoph Hellwig wrote: > > +# Modify as appropriate. > > Btw, why do we keep adding this pointless boilerplate everywhere? Oops. It comes from the ./new output, but I guess I am a bit lazy about removing it. :( > > +_supported_fs generic > > I think this should be xfs only. Changed. > > +source ./common/filter > > +source ./common/fuzzy > > +source ./common/quota > > When did we switch from using . to source other shell files > to "source"? Just curious. Habit of mine. vim colors and bolds "source" nicely, which it doesn't do for dot. > > + > > +# real QA test starts here > > + > > +# Modify as appropriate. > > +_supported_fs generic > > xfs again. Changed again. --D