Whamcloud - gitweb
LU-10833 tests: missing sed command
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 693185d..2c2d545 100755 (executable)
@@ -3058,7 +3058,7 @@ wait_mds_ost_sync () {
        done
 
        # show which nodes are not finished.
-       cmd=$(echo $cmd | sed '/-n//')
+       cmd=$(echo $cmd | sed 's/-n//')
        do_nodes $list "$cmd"
        echo "$facet recovery node $i not done in $WAIT_TIMEOUT sec. $STATUS"
        return 1