From 36cff0e726ae719974cd9befa5dd9d0f5f006363 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Tue, 3 Jan 2023 19:37:32 +0100 Subject: [PATCH] LU-16440 tests: recovery-double-scale typo fix Fix the typo. Fixes: f8e56a25cfc3 ("LU-15412 tests: Let init_clients_lists() export client vars") Test-Parameters: trivial testlist=recovery-double-scale Signed-off-by: Elena Gryaznova HPE-bug-id: LUS-11422 Change-Id: I91a0c545f1eb82e6b502d9b0dc434fdb174db295 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49544 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: xinliang Reviewed-by: Oleg Drokin --- lustre/tests/recovery-double-scale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/recovery-double-scale.sh b/lustre/tests/recovery-double-scale.sh index 6ab75f2..6f31c54 100644 --- a/lustre/tests/recovery-double-scale.sh +++ b/lustre/tests/recovery-double-scale.sh @@ -26,7 +26,7 @@ build_test_filter remote_mds_nodsh && skip_env "remote MDS with nodsh" remote_ost_nodsh && skip_env "remote OST with nodsh" -[$CLIENTCOUNT -lt 3 ] && +(( CLIENTCOUNT >= 3 )) || skip_env "need three or more clients" if [ -z "$SHARED_DIRECTORY" ] || ! check_shared_dir $SHARED_DIRECTORY; then -- 1.8.3.1