Whamcloud - gitweb
LU-15931 tests: Escape * in log()
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 3727f63..7c25003 100755 (executable)
@@ -6754,6 +6754,7 @@ log() {
     local MSG="$*"
     # Get rid of '
     MSG=${MSG//\'/\\\'}
+    MSG=${MSG//\*/\\\*}
     MSG=${MSG//\(/\\\(}
     MSG=${MSG//\)/\\\)}
     MSG=${MSG//\;/\\\;}