On Sun, Jun 23, 2019 at 07:09:56PM -0400, Theodore Ts'o wrote: > Add _require_scratch_duperemove which validates that the file system > supports duperemove. This allows us to move three tests from shared/ Hmmm, that should probably read, "... which validates that duperemove supports file system being tested..." - Ted > to generic/. This means these tests will automatically adapt when > duperemove supports other file systems. Tests moved are: > > shared/008 --> generic/559 > shared/009 --> generic/560 > shared/010 --> generic/561 > > Signed-off-by: Theodore Ts'o <tytso@xxxxxxx>