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/032 => generic/740} | 2 +- tests/{shared/032.out => generic/740.out} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{shared/032 => generic/740} (99%) rename tests/{shared/032.out => generic/740.out} (100%) diff --git a/tests/shared/032 b/tests/generic/740 similarity index 99% rename from tests/shared/032 rename to tests/generic/740 index 131323ab5b0ff8..6ed248617eaa6b 100755 --- a/tests/shared/032 +++ b/tests/generic/740 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0 # Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved. # -# FS QA Test No. 032 +# FS QA Test No. 740 # # cross check mkfs detection of foreign filesystems # diff --git a/tests/shared/032.out b/tests/generic/740.out similarity index 100% rename from tests/shared/032.out rename to tests/generic/740.out -- 2.44.0