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/298 => generic/746} | 2 +- tests/{shared/298.out => generic/746.out} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{shared/298 => generic/746} (99%) rename tests/{shared/298.out => generic/746.out} (100%) diff --git a/tests/shared/298 b/tests/generic/746 similarity index 99% rename from tests/shared/298 rename to tests/generic/746 index 1d4e8d943bdaa6..0e6387fe4d5ece 100755 --- a/tests/shared/298 +++ b/tests/generic/746 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0 # Copyright (c) 2013 Red Hat, Inc., Tomas Racek <tracek@xxxxxxxxxx> # -# FS QA Test No. 298 +# FS QA Test No. 746 # # Test that filesystem sends discard requests only on free blocks # diff --git a/tests/shared/298.out b/tests/generic/746.out similarity index 100% rename from tests/shared/298.out rename to tests/generic/746.out -- 2.44.0