Darrick J. Wong <darrick.wong@xxxxxxxxxx> wrote: > > +# We can turn on and off append (a), compressed (c), immutable (i) and > > +# no-dump (d) > > +for a in +a -a > > +do > > + for c in +c -c > > Does this test fail for any fs that doesn't support compressed files? > > If so, perhaps there should be separate tests for each of the 4 attrs. They should also be tested in combination. Hmmm... David