Whamcloud - gitweb
LU-16440 tests: recovery-double-scale typo fix
[fs/lustre-release.git] / lustre / tests / recovery-double-scale.sh
index 6ab75f2..6f31c54 100644 (file)
@@ -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