On 5.11.21 г. 17:59, Luis Chamberlain wrote: > btrfs/249 fails with: > > QA output created by 249 > ./common/btrfs: line 425: _require_loadable_fs_module: command not found > ./common/btrfs: line 432: _reload_fs_module: command not found > ERROR: not a btrfs filesystem: /media/scratch > > This is because the test is failing to source common/module. > Fix this by sourcing common/module in the btrfs common file. > > While it it remove duplication of sourcing this file from other > tests in btrfs so that this is only done once in one place. > > Signed-off-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Reviewed-by: Nikolay Borisov <nborisov@xxxxxxxx>