The shared/ directory was supposed to host tests that apply to a subset of all supported filesystems but this is not utilized much and creates a split from the generic tests. Move the test to generic. Signed-off-by: David Sterba <dsterba@xxxxxxxx> --- tests/{shared/002 => generic/745} | 2 +- tests/{shared/002.out => generic/745.out} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{shared/002 => generic/745} (99%) rename tests/{shared/002.out => generic/745.out} (100%) diff --git a/tests/shared/002 b/tests/generic/745 similarity index 99% rename from tests/shared/002 rename to tests/generic/745 index d99539c91907b5..0f47f9c69ef40a 100755 --- a/tests/shared/002 +++ b/tests/generic/745 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0 # Copyright (C) 2015 SUSE Linux Products GmbH. All Rights Reserved. # -# FS QA Test No. 002 +# FS QA Test No. 745 # # Test that after syncing the filesystem, adding many xattrs to a file, syncing # the filesystem again, writing to the file and then doing a fsync against that diff --git a/tests/shared/002.out b/tests/generic/745.out similarity index 100% rename from tests/shared/002.out rename to tests/generic/745.out -- 2.44.0