Whamcloud - gitweb
LU-15632 tests: Typo in check_node_health
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 6438aec..a8a95b0 100755 (executable)
@@ -7656,7 +7656,7 @@ check_node_health() {
        # Only check/report network health if get_param isn't reported, since
        # *clearly* the network is working if get_param returned something.
        if (( $(grep -c catastro $health) != $(wc -w <<< ${nodes//,/ }) )); then
-               for node in ${nodes//,/}; do
+               for node in ${nodes//,/ }; do
                        check_network $node 5
                done
        fi